[travis] Give coveralls a hand

This commit is contained in:
Behdad Esfahbod 2014-10-01 17:05:58 -04:00
parent 5194d647e1
commit a68f2b62c1

View File

@ -20,6 +20,7 @@ script:
- make
- make check
after_success:
- rm -f src/.libs/NONE.gcov # coveralls chokes on this
- coveralls
after_failure:
- true