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
.travis.yml
... ... @@ -10,10 +10,11 @@ before_script:
10 10 - chmod +x install.sh
11 11 - ./install.sh
12 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 14 - cd kalibro_gatekeeper
  15 + - cp config/database.yml.sample config/database.yml
  16 + - export BUNDLE_GEMFILE=$PWD/Gemfile
  17 + - bundle install
17 18 - bundle exec rails s -p 8081 -d
18 19 - cd ..
19 20 - export BUNDLE_GEMFILE=$PWD/Gemfile
... ...