]> git.lizzy.rs Git - rust.git/blobdiff - .travis.yml
correctly cancel some errors
[rust.git] / .travis.yml
index 0abd858d8228baaf5daa76454e4fa76185154f39..c5d8a94f39b052df9b2a497047f55549c5c8a833 100644 (file)
@@ -15,9 +15,9 @@ before_install:
 script:
   - docker run -v `pwd`:/build rust
     sh -c "
-      ./configure --llvm-root=/usr/lib/llvm-3.7 &&
+      ./configure --enable-rustbuild --llvm-root=/usr/lib/llvm-3.7 &&
       make tidy &&
-      make check-notidy -j4
+      make check -j4
     "
 
 # Real testing happens on http://buildbot.rust-lang.org/