Explorar el Código

Fix coveralls command line

Benoit Blanchon hace 11 años
padre
commit
02960f28e4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -9,4 +9,4 @@ before_script:
 script:
   - make && make test
 after_success:
-  - coveralls --include include --include src --gcov-options '\-lp'
+  - coveralls --exclude test --exclude third-party --gcov-options '\-lp'