[travis] Give coveralls a hand

pull/68/head
Behdad Esfahbod 10 years ago
parent 5194d647e1
commit a68f2b62c1
  1. 1
      .travis.yml

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

Loading…
Cancel
Save