]> git.lizzy.rs Git - rust.git/blobdiff - .travis.yml
Auto merge of #27818 - alexcrichton:tag-all-the-issues, r=aturon
[rust.git] / .travis.yml
index dc955bc2f2be2e3527b553786db41fb2a5b2a1ba..10545b909741812904f31c750ca1d8566e6297d8 100644 (file)
@@ -20,8 +20,7 @@ sudo: false
 before_script:
   - ./configure --enable-ccache
 script:
-  - make tidy
-  - make rustc-stage1 -j4
+  - make tidy check -j4
 
 env:
   - CXX=/usr/bin/g++-4.7