summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index ee0d7e9..10fd407 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,12 +10,14 @@ env:
- NUM_THREADS=4
before_install:
+ - pip install --user cpp-coveralls
- sudo apt-get -qq update
- sudo apt-get install -y build-essential
- sudo apt-get install -y autoconf
- sudo apt-get install -y automake
- sudo apt-get install -y libtool
- sudo apt-get install -y m4
+ - sudo apt-get install -y lcov
- sudo apt-get install -y perl
- sudo apt-get install -y pkg-config
- sudo apt-get install -y libdrm-dev
@@ -33,6 +35,9 @@ script:
- make -j4 ; sudo make install
- make check
+after_success:
+ - coveralls --exclude lib --exclude tests --gcov-options '\-lp'
+
notifications:
# Emails are sent to the committer's git-configured email address by default,
# but only if they have access to the repository. To enable Travis on your