move coveralls to after_success to avoid these pointless failures

This commit is contained in:
Spencer Florence 2016-02-04 10:37:47 -06:00
parent e997e6d15f
commit e7b2eab15b

View File

@ -23,4 +23,6 @@ install:
script:
- raco test -Q $TRAVIS_BUILD_DIR
after_success:
- raco cover -f coveralls -d $TRAVIS_BUILD_DIR/coverage -b $TRAVIS_BUILD_DIR