From 00ba666e7f2f1b217eff83830366c0fe52eec833 Mon Sep 17 00:00:00 2001 From: Syoyo Fujita Date: Thu, 11 Feb 2016 18:38:41 +0900 Subject: [PATCH] Fix coverall args. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fa1e435..633e15a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -62,5 +62,5 @@ 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; + coveralls -b . -r . -e examples -e tools -e jni -e python -e images -E ".*CompilerId.*"; fi