Skip to content

Commit 91a9260

Browse files
committed
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.
1 parent e9111e6 commit 91a9260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ sudo: false
2020
before_script:
2121
- ./configure --enable-ccache
2222
script:
23-
- make tidy check -j4
23+
- make tidy && make check -j4
2424

2525
env:
2626
- CXX=/usr/bin/g++-4.7

0 commit comments

Comments
 (0)