Commit 802ce946359a3e13e9dff5837055b13ce9fb980e
1 parent
632cdc87
Exists in
colab
and in
4 other branches
Updated processor and gatekeeper 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.2 kalibro_gatekeeper | |
17 | + - git clone https://github.com/mezuro/kalibro_gatekeeper.git -b v0.2.0 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.1.0 kalibro_processor | |
27 | + - git clone https://github.com/mezuro/kalibro_processor.git -b v0.2.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 | ... | ... |