Commit f1535e69f131581cab0639d972e9fc33af919518
1 parent
b5b20a6d
Exists in
colab
and in
4 other branches
Update Kalibro Processor version to v1.1.7
Signed-off-by: Daniel Miranda <danielkza2@gmail.com>
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.rc1 | |
12 | + - export KALIBRO_PROCESSOR_VERSION=v1.1.7 | |
13 | 13 | - export KALIBRO_CONFIGURATIONS_VERSION=v2.0.0 |
14 | 14 | - bash install.sh |
15 | 15 | - popd | ... | ... |