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.
This commit is contained in:
commit
3f002a4c6e
@ -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…
x
Reference in New Issue
Block a user