Commit cc1cfdd87007b4b01343089673f8f6341cf70cd2
1 parent
3444faab
Exists in
colab
and in
4 other branches
Travis' kalibro_install version bump
Signed off by: Diego Araujo <diegoamc90@gmail.com>
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
.travis.yml
| ... | ... | @@ -5,7 +5,7 @@ addons: |
| 5 | 5 | postgresql: "9.3" |
| 6 | 6 | |
| 7 | 7 | before_script: |
| 8 | - - git clone https://github.com/mezuro/kalibro_install.git -b v2.5 kalibro_install | |
| 8 | + - git clone https://github.com/mezuro/kalibro_install.git -b v2.6 kalibro_install | |
| 9 | 9 | - pushd kalibro_install |
| 10 | 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 | 11 | - sudo apt-get remove libzmq3 | ... | ... |