Skip to content

Commit 3f002a4

Browse files
committed
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.
2 parents 477561d + 91a9260 commit 3f002a4

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)