Commit f1535e69f131581cab0639d972e9fc33af919518

Authored by Diego Camarinha
1 parent b5b20a6d

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
@@ -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.7.rc1 12 + - export KALIBRO_PROCESSOR_VERSION=v1.1.7
13 - export KALIBRO_CONFIGURATIONS_VERSION=v2.0.0 13 - export KALIBRO_CONFIGURATIONS_VERSION=v2.0.0
14 - bash install.sh 14 - bash install.sh
15 - popd 15 - popd