Commit c1f1a609172eb510ce19074606bcb9ce8aef65bb
1 parent
afc828de
Exists in
colab
and in
4 other branches
Update .travis.yml script
* Now using the latest versions of kalibro processor (v1.1.1), kalibro configurations (v1.2.0) and kalibro_install (v4.0). Signed off by: Rafael Reggiani Manzo <rr.manzo@gmail.com>
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
.travis.yml
| ... | ... | @@ -5,12 +5,12 @@ addons: |
| 5 | 5 | postgresql: "9.3" |
| 6 | 6 | |
| 7 | 7 | before_script: |
| 8 | - - git clone https://github.com/mezuro/kalibro_install.git -b v3.6 kalibro_install | |
| 8 | + - git clone https://github.com/mezuro/kalibro_install.git -b v4.0 kalibro_install | |
| 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 | + - export KALIBRO_PROCESSOR_VERSION=v1.1.1 | |
| 13 | + - export KALIBRO_CONFIGURATIONS_VERSION=v1.2.0 | |
| 14 | 14 | - bash install.sh |
| 15 | 15 | - popd |
| 16 | 16 | - cp config/database.yml.sample config/database.yml | ... | ... |