Skip to content

Commit

Permalink
Update .travis.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsy committed Nov 24, 2016
1 parent 057086f commit 1291115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ script:
after_success:
## Collect coverage data
- if [ $CXX = "g++" ]; then docker exec spica-env lcov --directory . --capture --output-file coverage.info; fi
- if [ $CXX = "clang++" ]; then docker exec spica-env lcov --directory . --capture --output-file coverage.info --gcov-tool llvm-cov-3.5; fi
- if [ $CXX = "clang++" ]; then docker exec spica-env lcov --directory . --capture --output-file coverage.info --gcov-tool llvm-cov; fi
- docker exec spica-env lcov --remove coverage.info '3rdparty/*' 'sources/renderer/*' 'sources/viewer/*' 'sources/bsdf/*' 'test/*' 'example/*' '/usr/*' 'CMakeFiles/*' --output-file coverage.info
- docker exec spica-env lcov --list coverage.info
- docker exec spica-env coveralls-lcov --repo-token RiYcPJSCbPZoogMd1PE10696EAqG8sl5q coverage.info
Expand Down

0 comments on commit 1291115

Please sign in to comment.