Commit 9ec6167070a7d56288732834caacde6de5663db2
1 parent
8b5feaea
Exists in
colab
and in
4 other branches
Updated gatekeeper and processor versions for travis
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
.travis.yml
| ... | ... | @@ -14,7 +14,7 @@ before_script: |
| 14 | 14 | - popd |
| 15 | 15 | - cp features/support/kalibro_cucumber_helpers.yml.sample features/support/kalibro_cucumber_helpers.yml |
| 16 | 16 | # Gatekeeper |
| 17 | - - git clone https://github.com/mezuro/kalibro_gatekeeper.git -b v0.1.1 kalibro_gatekeeper | |
| 17 | + - git clone https://github.com/mezuro/kalibro_gatekeeper.git -b v0.1.2 kalibro_gatekeeper | |
| 18 | 18 | - cd kalibro_gatekeeper |
| 19 | 19 | - cp config/database.yml.sample config/database.yml |
| 20 | 20 | - cp config/kalibro_processor.yml.sample config/kalibro_processor.yml |
| ... | ... | @@ -24,7 +24,7 @@ before_script: |
| 24 | 24 | - cd .. |
| 25 | 25 | - export BUNDLE_GEMFILE=$PWD/Gemfile |
| 26 | 26 | # Processor |
| 27 | - - git clone https://github.com/mezuro/kalibro_processor.git -b v0.0.4 kalibro_processor | |
| 27 | + - git clone https://github.com/mezuro/kalibro_processor.git -b v0.1.0 kalibro_processor | |
| 28 | 28 | - cd kalibro_processor |
| 29 | 29 | - psql -c "create role kalibro_processor with createdb login password 'kalibro_processor'" -U postgres |
| 30 | 30 | - cp config/database.yml.postgresql_sample config/database.yml | ... | ... |