Skip to content

Commit

Permalink
test: Freeze coverage packages' versions
Browse files Browse the repository at this point in the history
Fixes a stupid Ruby package version conflict.
  • Loading branch information
CyberShadow committed Jan 2, 2019
1 parent 5e0fe49 commit 3b53b50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -6,8 +6,8 @@ services:
- docker

install:
- gem install coveralls_reborn
- gem install bashcov
- gem install coveralls_reborn -v 0.10.0
- gem install bashcov -v 1.8.2

env:
- ACONFMGR_INTEGRATION=0
Expand Down

0 comments on commit 3b53b50

Please sign in to comment.