Commit c5600495ffcbb61dacda764aec7c0df816a72d3e
1 parent
4b32d5bf
Exists in
colab
and in
4 other branches
Updated kalibro install script version
Signed-off-by: Diego Araújo <diegoamc90@gmail.com>
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
.travis.yml
... | ... | @@ -3,7 +3,7 @@ rvm: |
3 | 3 | - 2.2.2 |
4 | 4 | |
5 | 5 | before_script: |
6 | - - git clone https://gist.github.com/6179925.git -b v2.2 kalibro_install | |
6 | + - git clone https://gist.github.com/6179925.git -b v2.3 kalibro_install | |
7 | 7 | - pushd kalibro_install |
8 | 8 | # 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 |
9 | 9 | - sudo apt-get remove libzmq3 | ... | ... |