From 1f85b49093b7589259a905cc62c82fc5ca348d58 Mon Sep 17 00:00:00 2001 From: Rafael Reggiain Manzo Date: Tue, 25 Mar 2014 17:01:40 -0300 Subject: [PATCH] Travis installs KalibroGatekeeper --- .travis.yml | 8 ++++++++ 1 file changed, 8 insertions(+), 0 deletions(-) diff --git a/.travis.yml b/.travis.yml index f82920c..fb0a676 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,14 @@ before_script: - chmod +x install.sh - ./install.sh - cp features/support/kalibro_cucumber_helpers.yml.sample features/support/kalibro_cucumber_helpers.yml + - git clone https://github.com/mezuro/kalibro_gatekeeper.git + - cd kalibro_gatekeeper + - cp config/database.yml.sample config/database.yml + - export BUNDLE_GEMFILE=$PWD/Gemfile + - bundle install + - bundle exec rails s -p 8081 -d + - cd .. + - export BUNDLE_GEMFILE=$PWD/Gemfile script: - sudo service tomcat6 stop -- libgit2 0.21.2