From bd0941cfe1f72a456792309a3b2a0b4af51d7338 Mon Sep 17 00:00:00 2001 From: Rafael Reggiani Manzo Date: Sat, 29 Mar 2014 17:30:04 -0300 Subject: [PATCH] Restored travis script --- .travis.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 68cb344..fb0a676 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,10 +10,11 @@ before_script: - chmod +x install.sh - ./install.sh - cp features/support/kalibro_cucumber_helpers.yml.sample features/support/kalibro_cucumber_helpers.yml - - wget https://gist.githubusercontent.com/rafamanzo/9859244/raw/ddbbbb79bb57e7f1f8eb8bfaa82b70596b3eecd9/install-gatekeeper.sh - - chmod +x install-gatekeeper.sh - - ./install-gatekeeper.sh + - 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 -- libgit2 0.21.2