From 8054180e891cbc8cf8343d3fd6d7fe0092337d0b Mon Sep 17 00:00:00 2001 From: jgoppert Date: Thu, 12 Nov 2015 01:27:27 -0500 Subject: [PATCH 1/2] Changed root dir for coverage. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2a374a0b5374..5165811a1cc6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ script: - make check_format - make test after_success: - - cpp-coveralls + - cpp-coveralls -r matrix env: global: - export COVERALLS_SERVICE_NAME=travis-ci From e724ae40781cb9adfe635633aad21125bb3d8d83 Mon Sep 17 00:00:00 2001 From: jgoppert Date: Thu, 12 Nov 2015 01:29:47 -0500 Subject: [PATCH 2/2] Set include dir. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5165811a1cc6..f4f8ba684d07 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ script: - make check_format - make test after_success: - - cpp-coveralls -r matrix + - cpp-coveralls -i matrix env: global: - export COVERALLS_SERVICE_NAME=travis-ci