Commit 55d11857fe25ef5a3587526ff1b60ca5de64defd
Committed by
Heitor
1 parent
54d022f0
Exists in
colab
and in
4 other branches
Updated travis script to version 2.5 of kalibro_install. It includes changes on …
…kalibro_processor regarding the listing of branches
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.3 kalibro_install | |
8 | + - git clone https://github.com/mezuro/kalibro_install.git -b v2.5 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 | ... | ... |