Commit 6b34ffc1489fbf3b786989b408c30b5c7dda63ce
Committed by
Rafael Manzo
1 parent
fdf6c54a
Exists in
colab
and in
4 other branches
Update script repo version
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
.travis.yml
... | ... | @@ -5,7 +5,7 @@ rvm: |
5 | 5 | before_script: |
6 | 6 | - "cp config/database.yml.sample config/database.yml" |
7 | 7 | - "bundle exec rake db:migrate RAILS_ENV=test" |
8 | - - git clone https://gist.github.com/0c4ad3b5700c6364abf1.git -b v0.1 kalibro_install | |
8 | + - git clone https://gist.github.com/0c4ad3b5700c6364abf1.git -b v0.4 kalibro_install | |
9 | 9 | - pushd kalibro_install |
10 | 10 | # Remove bugged libzmq3 package, see https://github.com/travis-ci/travis-ci/issues/982 and https://github.com/travis-ci/travis-ci/issues/1715 for details |
11 | 11 | - sudo apt-get remove libzmq3 | ... | ... |