Skip to content

Commit

Permalink
Run tidy by itself on travis.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
huonw committed Aug 29, 2015
1 parent e9111e6 commit 91a9260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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
Expand Down

0 comments on commit 91a9260

Please sign in to comment.