Commit 54cfa64f08d7d727df48472f60c7b8f7d68f83fe
1 parent
e9c4f474
Exists in
colab
and in
4 other branches
Updated processor version for travis script
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
.travis.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.2.0 kalibro_processor | |
27 | + - git clone https://github.com/mezuro/kalibro_processor.git -b v0.2.1 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 | ... | ... |