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 23, 2018
1 parent fe1ef10 commit 1560a2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -37,4 +37,4 @@ script:
- CTEST_OUTPUT_ON_FAILURE=1 make test

after_success:
- coveralls --root .. --build-root . -e build/ -e tests/ -E .+/moc_.* -E .+/qrc_.* -E .+/qxt.* -E .+/ui_.* > coveralls.log
- coveralls --root .. --build-root . -e build/ -e tests/ -E .+/moc_.* -E .+/qrc_.* -E .+/qxt.* -E .+/ui_.* -i build/src/ > coveralls.log

0 comments on commit 1560a2b

Please sign in to comment.