Commit fdf6c54abd23b64da6ff71576d2348ebce0665e0
Committed by
Rafael Manzo
1 parent
977f94cf
Exists in
colab
and in
4 other branches
Remove libzmq3 package installed by default on Travis
This package is bugged, it conflicts with libzmq that is a dependency off libzeromq-perl (that itself is a dependency of Analizo). signed-off-by: Daniel Miranda <danielkza2@gmail.com>
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
.travis.yml
... | ... | @@ -7,6 +7,8 @@ before_script: |
7 | 7 | - "bundle exec rake db:migrate RAILS_ENV=test" |
8 | 8 | - git clone https://gist.github.com/0c4ad3b5700c6364abf1.git -b v0.1 kalibro_install |
9 | 9 | - pushd kalibro_install |
10 | + # Remove bugged libzmq3 package, see https://github.com/travis-ci/travis-ci/issues/982 and https://github.com/travis-ci/travis-ci/issues/1715 for details | |
11 | + - sudo apt-get remove libzmq3 | |
10 | 12 | - bash install.sh |
11 | 13 | - popd |
12 | 14 | - cp features/support/kalibro_cucumber_helpers.yml.sample features/support/kalibro_cucumber_helpers.yml | ... | ... |