Commit 825187ab45f769449d72036de4eea7c755b2a840

Authored by Rafael Reggiani Manzo
1 parent b15e9116
Exists in colab and in 2 other branches master, stable

Set kalibro install version on travis script

This is the official version that supports starting kalibro just for
acceptance tests.
Showing 1 changed file with 1 additions and 2 deletions   Show diff stats
.travis.yml
... ... @@ -5,8 +5,7 @@ addons:
5 5 postgresql: "9.3"
6 6  
7 7 before_script:
8   - #FIXME: change the branch to a newly installed version
9   - - git clone https://github.com/mezuro/kalibro_install.git -b do_not_start_services kalibro_install
  8 + - git clone https://github.com/mezuro/kalibro_install.git -b v4.2 kalibro_install
10 9 - export KALIBRO_CONFIGURATIONS_START=0
11 10 - export KALIBRO_PROCESSOR_START=0
12 11 - pushd kalibro_install
... ...