mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-30 22:12:15 +00:00
Run tidy by itself on travis.
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.
This commit is contained in:
parent
e9111e6a0e
commit
91a9260a16
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user