Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
izvolov committed Jul 24, 2020
1 parent 72614fa commit a98ceee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -54,7 +54,7 @@ language: cpp
- /usr/bin/cmake -S . -B Build/burst -DCMAKE_BUILD_TYPE=Debug -DBURST_COVERAGE=ON
- /usr/bin/cmake --build Build/burst --target coverage
after_success:
- coveralls --verbose --no-gcov --root . --include include --exclude benchmark --exclude test --exclude online
- coveralls --verbose --no-gcov --root . --build-root Build/burst --include include --exclude benchmark --exclude test --exclude online

matrix:
include:
Expand Down

0 comments on commit a98ceee

Please sign in to comment.