Commit 45cde2f57e3e76eacb981a5e74c30532f7137891
Exists in
colab
and in
4 other branches
Merge pull request #85 from mezuro/set_kalibro_gatekeeper_version
Set Kalibro Gatekeeper version
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
.travis.yml
... | ... | @@ -12,7 +12,7 @@ before_script: |
12 | 12 | - bash install.sh |
13 | 13 | - popd |
14 | 14 | - cp features/support/kalibro_cucumber_helpers.yml.sample features/support/kalibro_cucumber_helpers.yml |
15 | - - git clone https://github.com/mezuro/kalibro_gatekeeper.git -b master kalibro_gatekeeper | |
15 | + - git clone https://github.com/mezuro/kalibro_gatekeeper.git -b v0.0.1 kalibro_gatekeeper | |
16 | 16 | - pushd kalibro_gatekeeper |
17 | 17 | - cp config/database.yml.sample config/database.yml |
18 | 18 | - export BUNDLE_GEMFILE=$PWD/Gemfile | ... | ... |