Skip to content

Commit

Permalink
fixme
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Apr 15, 2020
1 parent 7c9c1ae commit 06b91f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ matrix:
# and also to work around timeouts (see https://travis-ci.community/t/7659)
script:
- etc/travis_fastfail.sh || travis_terminate $?
- pip install --user gcovr==4.2 || travis_terminate $?
- pip --version
- pip2 install --user gcovr==4.2 || travis_terminate $?
- pip2 --version
- python --version
- python -c "import gcovr" || travis_terminate $?
- python -c "import gcovr.version; print(gcovr.version.__version__)" || travis_terminate $?
Expand Down

0 comments on commit 06b91f0

Please sign in to comment.