Commit 1f85b49093b7589259a905cc62c82fc5ca348d58
Committed by
Rafael Manzo
1 parent
a1800416
Exists in
colab
and in
4 other branches
Travis installs KalibroGatekeeper
Showing
1 changed file
with
8 additions
and
0 deletions
Show diff stats
.travis.yml
| ... | ... | @@ -10,6 +10,14 @@ 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 | + - git clone https://github.com/mezuro/kalibro_gatekeeper.git | |
| 14 | + - cd kalibro_gatekeeper | |
| 15 | + - cp config/database.yml.sample config/database.yml | |
| 16 | + - export BUNDLE_GEMFILE=$PWD/Gemfile | |
| 17 | + - bundle install | |
| 18 | + - bundle exec rails s -p 8081 -d | |
| 19 | + - cd .. | |
| 20 | + - export BUNDLE_GEMFILE=$PWD/Gemfile | |
| 13 | 21 | |
| 14 | 22 | script: |
| 15 | 23 | - sudo service tomcat6 stop | ... | ... |