Swallow spam from coveralls submission
This commit is contained in:
parent
8c7fd37aa9
commit
ba0e544d70
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ script:
|
||||||
- autoreconf -if
|
- autoreconf -if
|
||||||
- ./configure BOOST_LDFLAGS="-L$(pwd)/vendor/boost/stage/lib" --enable-debug || cat config.log
|
- ./configure BOOST_LDFLAGS="-L$(pwd)/vendor/boost/stage/lib" --enable-debug || cat config.log
|
||||||
- make -j3 all test
|
- 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:
|
notifications:
|
||||||
email:
|
email:
|
||||||
- on_success: change
|
- on_success: change
|
||||||
|
|
Loading…
Reference in a new issue