From d55863ce50c97ee0f5457d0e3e88a5608b66d4bd Mon Sep 17 00:00:00 2001 From: Syoyo Fujita Date: Tue, 16 Feb 2016 16:52:00 +0900 Subject: [PATCH] Fix coverall basedir argument. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7286151..ab77137 100644 --- a/.travis.yml +++ b/.travis.yml @@ -51,8 +51,8 @@ script: .. - ninja - ./test_loader ../cornell_box.obj -- if [ -n "$REPORT_COVERAGE" ]; then coveralls -b . -r . -e examples -e tools -e jni - -e python -e images -E ".*CompilerId.*" -E feature_tests.* ; fi +- if [ -n "$REPORT_COVERAGE" ]; then coveralls -b . -r .. -e examples -e tools -e jni + -e python -e images -E ".*CompilerId.*" -E ".*feature_tests.*" ; fi - cd .. deploy: provider: releases