Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
tsipinakis committed Mar 9, 2018
1 parent 2cb65b7 commit e84f74d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ before_install:
- pip install --user cpp-coveralls
script:
- CFLAGS="-fprofile-arcs -ftest-coverage -Werror" make all dunstify test
- coveralls
# - coveralls
- coveralls --help
- coveralls --gcov "$(which llvm-cov)"
compiler:
- gcc
- clang
Expand Down

0 comments on commit e84f74d

Please sign in to comment.