Skip to content

Commit 8fd20a5

Browse files
committed
travis: pin the covimerage version
The most recent release of covimerage, 0.1.7, seems to have problems. Pin to the previous version.
1 parent 0100a86 commit 8fd20a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ install:
1414
- ./scripts/install-vim $VIM_VERSION
1515
- |
1616
if [ "$ENV" = "vimlint" ]; then
17-
pip install vim-vint covimerage codecov pathlib
17+
pip install vim-vint covimerage==0.1.6 codecov pathlib
1818
else
19-
pip install --user vim-vint covimerage codecov pathlib
19+
pip install --user vim-vint covimerage==0.1.6 codecov pathlib
2020
fi
2121
script:
2222
- ./scripts/$SCRIPT $VIM_VERSION

0 commit comments

Comments
 (0)