Skip to content

Commit

Permalink
Updated .travis.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
ugnelis committed Apr 17, 2018
1 parent 41ca396 commit bbf0543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -37,5 +37,5 @@ script:
- CTEST_OUTPUT_ON_FAILURE=1 make test

after_success:
- coveralls -e test/ -e googletest/ -e CMakeFiles/ -E .+/moc_.* -E .+/qrc_.* -E .+/qxt.* -E .+/ui_.* > coveralls.log
- coveralls -r `readlink -m ./../` -e test/ -E .+/moc_.* -E .+/qrc_.* -E .+/qxt.* -E .+/ui_.* > coveralls.log

0 comments on commit bbf0543

Please sign in to comment.