about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2015-08-29 06:36:51 +0000
committerbors <bors@rust-lang.org>2015-08-29 06:36:51 +0000
commit3f002a4c6ed2bb694407842b5447dba34799b931 (patch)
tree52c21021b50b71c262543380f9501f65d5dc679e
parent477561de4ed62514ffdd688f938e83893ce124b2 (diff)
parent91a9260a16041ba520c8e9f8aaca27794864b3ba (diff)
Auto merge of #28080 - huonw:travis++, r=alexcrichton
It is very difficult to find tidy problems in the midst of the output of
the LLVM/jemalloc/etc. build, and travis is great for the former, so
lets remove that problem.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 10545b90974..d8cd7f9b1f9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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