diff --git a/.travis.yml b/.travis.yml index 81bdafe..aba3cb8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,13 @@ addons: before_script: - git clone https://github.com/mezuro/kalibro_install.git -b v4.0 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 + # + # 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 + # + # In 2016/04/27 the state is: + # * The first issue has been closed and apparently fixed by a PR + # * The second one has been closed without a PR and removing the workaround below breaks the build + # - sudo apt-get remove libzmq3 - bash install.sh - popd -- libgit2 0.21.2