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:
bors 2015-08-29 06:36:51 +00:00
commit 3f002a4c6e

View File

@ -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