Commit 15d16804f214683f5151528ae1d340f3d22a9f38
1 parent
8f925ba8
Exists in
colab
and in
2 other branches
Update KalibroProcessor to v1.2.1 on .travis.yml
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
.travis.yml
... | ... | @@ -9,7 +9,7 @@ before_script: |
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 |
12 | - - export KALIBRO_PROCESSOR_VERSION=v1.1.7 | |
12 | + - export KALIBRO_PROCESSOR_VERSION=v1.2.1 | |
13 | 13 | - export KALIBRO_CONFIGURATIONS_VERSION=v2.0.0 |
14 | 14 | - bash install.sh |
15 | 15 | - popd | ... | ... |