diff --git a/.travis.yml b/.travis.yml index 82fcb796ea..aa38526101 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,8 +15,10 @@ cache: env: secure: "C0+Hlfa0YGErxUuWV00Tj6p45otC/D3YwYFuLpi2mj1rDFn/4dgh5WRngjvdDBVbXJ3duaZ78jPHWm1jr7vn2jqj9yETsCIK9psWd38ep/FEBM0SDr6MUD89OuXk/YyvxJAE+UXF6bXg7giey09g/CwBigjMW7ynET3wNAWPHPs=" +# Fetch dependencies # Run the build script -# call RALint to check for YAML errors +# Check source code with StyleCop +# call OpenRA to check for YAML errors script: - travis_retry make all-dependencies - make all