Swallow spam from coveralls submission

This commit is contained in:
Thomas Goyne 2014-07-05 17:26:59 -07:00
parent 8c7fd37aa9
commit ba0e544d70
1 changed files with 1 additions and 1 deletions

View File

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