From a68f2b62c1f24009993911b1dbcb76b821e58c51 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 1 Oct 2014 17:05:58 -0400 Subject: [PATCH] [travis] Give coveralls a hand --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 4c8ee6284..8d202780e 100644 --- a/.travis.yml +++ b/.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