Skip to content

Commit

Permalink
Auto merge of #28080 - huonw:travis++, r=alexcrichton
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
bors committed Aug 29, 2015
2 parents 477561d + 91a9260 commit 3f002a4
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 3f002a4

Please sign in to comment.