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