Skip to content
This repository has been archived by the owner on May 3, 2019. It is now read-only.

Commit

Permalink
Try fix for broken coveralls on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinDuquesnoy committed Aug 17, 2017
1 parent e09a701 commit b76e9a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/travis/after_success.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if [[ -n "$TRAVIS_TAG" ]] || [[ "$TRAVIS_BRANCH" == release* ]] || [[ "$TRAVIS_E
else
# Commit Build
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
sudo pip install "cpp-coveralls<0.4.0";
sudo pip install -U "cpp-coveralls";
coveralls --exclude /opt --exclude /usr --exclude tests/ --exclude 3rdparty -E '.*qrc_.*' -E '.*moc_.*' -E '.*QQmlObjectListModel.*' -b 'build' -r '.';
fi
fi

0 comments on commit b76e9a1

Please sign in to comment.