]> git.lizzy.rs Git - rust.git/blobdiff - .travis.yml
reference: not sure this is the right place to discuss design
[rust.git] / .travis.yml
index 10545b909741812904f31c750ca1d8566e6297d8..d8cd7f9b1f96c760b155d3c481d5c10f56ac7455 100644 (file)
@@ -20,7 +20,7 @@ sudo: false
 before_script:
   - ./configure --enable-ccache
 script:
-  - make tidy check -j4
+  - make tidy && make check -j4
 
 env:
   - CXX=/usr/bin/g++-4.7