Commit fde4d43c3b16e8e17751dd938b92f1289b267352
1 parent
c586199b
Exists in
colab
and in
2 other branches
Add updated info on Travis libzmq workaround
This is a workaround long ago but still necessary. Some status information has been added.
Showing
1 changed file
with
7 additions
and
1 deletions
Show diff stats
.travis.yml
| ... | ... | @@ -7,7 +7,13 @@ addons: |
| 7 | 7 | before_script: |
| 8 | 8 | - git clone https://github.com/mezuro/kalibro_install.git -b v4.0 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 | |
| 10 | + # | |
| 11 | + # 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 | |
| 12 | + # | |
| 13 | + # In 2016/04/27 the state is: | |
| 14 | + # * The first issue has been closed and apparently fixed by a PR | |
| 15 | + # * The second one has been closed without a PR and removing the workaround below breaks the build | |
| 16 | + # | |
| 11 | 17 | - sudo apt-get remove libzmq3 |
| 12 | 18 | - bash install.sh |
| 13 | 19 | - popd | ... | ... |