From 802ce946359a3e13e9dff5837055b13ce9fb980e Mon Sep 17 00:00:00 2001 From: Rafael Reggiani Manzo Date: Mon, 15 Sep 2014 14:35:51 -0300 Subject: [PATCH] Updated processor and gatekeeper versions for Travis --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 08b2fd8..e1e1668 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ before_script: - popd - cp features/support/kalibro_cucumber_helpers.yml.sample features/support/kalibro_cucumber_helpers.yml # Gatekeeper - - git clone https://github.com/mezuro/kalibro_gatekeeper.git -b v0.1.2 kalibro_gatekeeper + - git clone https://github.com/mezuro/kalibro_gatekeeper.git -b v0.2.0 kalibro_gatekeeper - cd kalibro_gatekeeper - cp config/database.yml.sample config/database.yml - cp config/kalibro_processor.yml.sample config/kalibro_processor.yml @@ -24,7 +24,7 @@ before_script: - cd .. - export BUNDLE_GEMFILE=$PWD/Gemfile # Processor - - git clone https://github.com/mezuro/kalibro_processor.git -b v0.1.0 kalibro_processor + - git clone https://github.com/mezuro/kalibro_processor.git -b v0.2.0 kalibro_processor - cd kalibro_processor - psql -c "create role kalibro_processor with createdb login password 'kalibro_processor'" -U postgres - cp config/database.yml.postgresql_sample config/database.yml -- libgit2 0.21.2