diff --git a/.travis.yml b/.travis.yml index 0b7209a..7e5ec83 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,4 +7,4 @@ script: - cd tests - make && make test after_success: - - coveralls -r .. -b tests + - coveralls --verbose -b tests