Exclude more stuff from coveralls to cut down on noise

This commit is contained in:
Thomas Goyne 2014-07-04 07:21:47 -07:00
parent 6ce9ce1546
commit 5d92024201
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ script:
- autoreconf -if - autoreconf -if
- ./configure BOOST_LDFLAGS="-L$(pwd)/vendor/boost/stage/lib" || cat config.log - ./configure BOOST_LDFLAGS="-L$(pwd)/vendor/boost/stage/lib" || cat config.log
- make -j3 all test - make -j3 all test
- coveralls --exclude vendor --exclude tests - coveralls --exclude vendor --exclude tests --exclude src --exclude build --exclude tools
notifications: notifications:
email: email:
- on_success: change - on_success: change