From fdf6c54abd23b64da6ff71576d2348ebce0665e0 Mon Sep 17 00:00:00 2001 From: Thiago Kenji Okada Date: Fri, 23 May 2014 15:41:57 -0300 Subject: [PATCH] Remove libzmq3 package installed by default on Travis --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/.travis.yml b/.travis.yml index 87901c1..fb80f33 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,8 @@ before_script: - "bundle exec rake db:migrate RAILS_ENV=test" - git clone https://gist.github.com/0c4ad3b5700c6364abf1.git -b v0.1 kalibro_install - pushd kalibro_install + # 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 + - sudo apt-get remove libzmq3 - bash install.sh - popd - cp features/support/kalibro_cucumber_helpers.yml.sample features/support/kalibro_cucumber_helpers.yml -- libgit2 0.21.2