From ecf1005c72ca6d30a1d8385291ddadbd98071ef3 Mon Sep 17 00:00:00 2001 From: Syoyo Fujita Date: Tue, 16 Feb 2016 16:50:09 +0900 Subject: [PATCH] Exclude feature_tests.* from coverall. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fdbee15..7286151 100644 --- a/.travis.yml +++ b/.travis.yml @@ -52,7 +52,7 @@ 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.*"; fi + -e python -e images -E ".*CompilerId.*" -E feature_tests.* ; fi - cd .. deploy: provider: releases