Commit d188e995e701f290cca5e9aa0901e3c32f48f26b
Committed by
Heitor
1 parent
7791e0cd
Exists in
colab
and in
4 other branches
Set specific versions on travis build for kalibro
Signed off by: Rafael Reggiani Manzo <rr.manzo@gmail.com>
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
.travis.yml
... | ... | @@ -9,6 +9,8 @@ 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.0.0 | |
13 | + - export KALIBRO_CONFIGURATIONS_VERSION=v1.1.1 | |
12 | 14 | - bash install.sh |
13 | 15 | - popd |
14 | 16 | - cp config/database.yml.sample config/database.yml | ... | ... |