Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
uglide committed Sep 22, 2017
1 parent bea2e36 commit 855e495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ script:
fi
after_success:
- cd ./../tests
- sudo pip install cpp-coveralls
- sudo pip install --upgrade cpp-coveralls
- coveralls -b `pwd`/unit_tests/ -r `readlink -m ./../` -e 3rdparty/ -e tests/ -E .+/moc_.* -E .+/qrc_.* -E .+/qxt.* -E .+/ui_.*
services:
- redis-server
Expand Down

0 comments on commit 855e495

Please sign in to comment.