Skip to content

Commit

Permalink
travis: pin the covimerage version
Browse files Browse the repository at this point in the history
The most recent release of covimerage, 0.1.7, seems to have problems.
Pin to the previous version.
  • Loading branch information
bhcleek committed Sep 22, 2019
1 parent cea9c94 commit 21e4524
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 @@ -14,9 +14,9 @@ install:
- ./scripts/install-vim $VIM_VERSION
- |
if [ "$ENV" = "vimlint" ]; then
pip install vim-vint covimerage codecov pathlib
pip install vim-vint covimerage==0.1.6 codecov pathlib
else
pip install --user vim-vint covimerage codecov pathlib
pip install --user vim-vint covimerage==0.1.6 codecov pathlib
fi
script:
- ./scripts/$SCRIPT $VIM_VERSION

0 comments on commit 21e4524

Please sign in to comment.