Commit bd0941cfe1f72a456792309a3b2a0b4af51d7338

Authored by Rafael Manzo
1 parent 3bcece8c

Restored travis script

Showing 1 changed file with 4 additions and 3 deletions   Show diff stats
@@ -10,10 +10,11 @@ before_script: @@ -10,10 +10,11 @@ before_script:
10 - chmod +x install.sh 10 - chmod +x install.sh
11 - ./install.sh 11 - ./install.sh
12 - cp features/support/kalibro_cucumber_helpers.yml.sample features/support/kalibro_cucumber_helpers.yml 12 - cp features/support/kalibro_cucumber_helpers.yml.sample features/support/kalibro_cucumber_helpers.yml
13 - - wget https://gist.githubusercontent.com/rafamanzo/9859244/raw/ddbbbb79bb57e7f1f8eb8bfaa82b70596b3eecd9/install-gatekeeper.sh  
14 - - chmod +x install-gatekeeper.sh  
15 - - ./install-gatekeeper.sh 13 + - git clone https://github.com/mezuro/kalibro_gatekeeper.git
16 - cd kalibro_gatekeeper 14 - cd kalibro_gatekeeper
  15 + - cp config/database.yml.sample config/database.yml
  16 + - export BUNDLE_GEMFILE=$PWD/Gemfile
  17 + - bundle install
17 - bundle exec rails s -p 8081 -d 18 - bundle exec rails s -p 8081 -d
18 - cd .. 19 - cd ..
19 - export BUNDLE_GEMFILE=$PWD/Gemfile 20 - export BUNDLE_GEMFILE=$PWD/Gemfile