From e724ae40781cb9adfe635633aad21125bb3d8d83 Mon Sep 17 00:00:00 2001 From: jgoppert Date: Thu, 12 Nov 2015 01:29:47 -0500 Subject: [PATCH] Set include dir. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5165811a1c..f4f8ba684d 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