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:
Huon Wilson 2015-08-28 22:59:00 -07:00
parent e9111e6a0e
commit 91a9260a16

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