Commit d86effa3fbdf3010bfb50fec7db3d587ea9c6c12

Authored by Eduardo Silva Araújo
Committed by Rafael Manzo
1 parent 09f032ec

Update travis build script

GitLab's webhooks depend on status codes from kalibro_processor

Signed off by: Rafael Reggiani Manzo <rr.manzo@gmail.com>
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.3
13   - - export KALIBRO_CONFIGURATIONS_VERSION=v1.2.3
  12 + - export KALIBRO_PROCESSOR_VERSION=v1.1.4
  13 + - export KALIBRO_CONFIGURATIONS_VERSION=v1.2.4
14 14 - bash install.sh
15 15 - popd
16 16 - cp config/database.yml.sample config/database.yml
... ...