From 2d6c8dd1d0b9e20592e43c1e485f3057caab4427 Mon Sep 17 00:00:00 2001 From: Sean V Kelley Date: Sat, 21 Jan 2017 23:22:55 -0800 Subject: [PATCH] travis : Test for coveralls Signed-off-by: Sean V Kelley --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.11.0