Commit 73bcccbb4475ce1c4717fff63a0d3bba3008c1ef
Committed by
Heitor
1 parent
fab750e8
Exists in
colab
and in
4 other branches
Update KalibroProcessor version on travis build
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
.travis.yml
| @@ -9,7 +9,7 @@ before_script: | @@ -9,7 +9,7 @@ before_script: | ||
| 9 | - pushd kalibro_install | 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 | # 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 | - sudo apt-get remove libzmq3 | 11 | - sudo apt-get remove libzmq3 |
| 12 | - - export KALIBRO_PROCESSOR_VERSION=v1.1.1 | 12 | + - export KALIBRO_PROCESSOR_VERSION=v1.1.2 |
| 13 | - export KALIBRO_CONFIGURATIONS_VERSION=v1.2.0 | 13 | - export KALIBRO_CONFIGURATIONS_VERSION=v1.2.0 |
| 14 | - bash install.sh | 14 | - bash install.sh |
| 15 | - popd | 15 | - popd |