From fd85b208fa27c9d5b511116b5fc36ce96353319e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Mon, 18 May 2015 18:54:53 +0200 Subject: [PATCH] update documentation --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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