Skip to content

Commit

Permalink
🔧 Travis coverage (typo)
Browse files Browse the repository at this point in the history
  • Loading branch information
fennecdjay committed Jul 4, 2019
1 parent b0fe0b1 commit 9654655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -42,7 +42,7 @@ compiler:

install:
- if [ $TRAVIS_JOB_NUMBER = ${TRAVIS_BUILD_NUMBER}.1 ]; then
pip install cpp-coveralls;
pip install --user cpp-coveralls;
export COVERAGE=1;
fi;
# - if [ $TRAVIS_JOB_NUMBER = ${TRAVIS_BUILD_NUMBER}.1 ]; then gem install coveralls-lcov; fi;
Expand Down

0 comments on commit 9654655

Please sign in to comment.