Commit 046080d11fd7d6c0422f6c17aab4420bb63984b4
1 parent
eb24fa9a
Exists in
colab
and in
4 other branches
Use latest versions of processor and configurations on travis
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
.travis.yml
... | ... | @@ -9,8 +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.1.2 | |
13 | - - export KALIBRO_CONFIGURATIONS_VERSION=v1.2.0 | |
12 | + - export KALIBRO_PROCESSOR_VERSION=v1.1.3 | |
13 | + - export KALIBRO_CONFIGURATIONS_VERSION=v1.2.3 | |
14 | 14 | - bash install.sh |
15 | 15 | - popd |
16 | 16 | - cp config/database.yml.sample config/database.yml | ... | ... |