Commit c1f1a609172eb510ce19074606bcb9ce8aef65bb

Authored by Heitor
1 parent afc828de

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
@@ -5,12 +5,12 @@ addons: @@ -5,12 +5,12 @@ addons:
5 postgresql: "9.3" 5 postgresql: "9.3"
6 6
7 before_script: 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 - 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.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 - bash install.sh 14 - bash install.sh
15 - popd 15 - popd
16 - cp config/database.yml.sample config/database.yml 16 - cp config/database.yml.sample config/database.yml