]> git.lizzy.rs Git - rust.git/blobdiff - .travis.yml
auto merge of #16006 : TeXitoi/rust/relicense-shootout-k-nucleotide, r=brson
[rust.git] / .travis.yml
index e3cec33ad070d340397e66e7e6a2f6295f3da90a..dd62defa02039ad5934b688d94fe07980706b4df 100644 (file)
@@ -41,7 +41,7 @@ script: |
     if [[ $LLVM_VERSION != '3.4' ]]; then exit 0; fi
   fi &&
   make tidy &&
-  travis_wait make -j4 rustc-stage1 &&
+  make -j4 rustc-stage1 RUSTFLAGS='-Z time-passes' &&
   make check-stage1-std check-stage1-rpass check-stage1-cfail check-stage1-rfail check-stage1-doc
 
 env: