summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2017-06-03 12:49:03 +0200
committerDaniel Stenberg <daniel@haxx.se>2017-06-03 12:49:03 +0200
commit958e16a298e9d920f99d1db93eedfc20c6393c96 (patch)
treef13a7c7b947f525e0c1715ae81e09348bb133342
parent9e73e4df0eb7687e852022b1db32ad25e55765cb (diff)
downloadcurl-bagder/travis-coveralls.tar.gz
travis: tell coveralls which dirs to check and some not to checkbagder/travis-coveralls
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 820bf6de3..cda1902d2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -57,7 +57,7 @@ script:
./configure --enable-debug --disable-shared --enable-code-coverage
make
make TFLAGS=-n test-nonflaky
- coveralls --gcov /usr/bin/gcov-4.8 --gcov-options '\-lp'
+ coveralls --gcov /usr/bin/gcov-4.8 --gcov-options '\-lp' -i src -i lib -i lib/vtls -i lib/vauth -e tests -e docs
fi
- |
if [ "$BUILD_TYPE" = "normal" ]; then