]> git.lizzy.rs Git - rust.git/blobdiff - .travis.yml
correctly cancel some errors
[rust.git] / .travis.yml
index 87197a37f1d4919a4d239cc3423fa57d61f35799..c5d8a94f39b052df9b2a497047f55549c5c8a833 100644 (file)
@@ -7,6 +7,7 @@ services:
 # our configure script, so disable auto submodule management.
 git:
   submodules: false
+  depth: 1
 
 before_install:
   - docker build -t rust -f src/etc/Dockerfile src/etc
@@ -14,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/