Commit c2da63389e2fec9912179a616e5667b4078db2fb

Authored by Thiago Kenji Okada
1 parent 26988df2

Modified install script to import sample config

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.4 kalibro_install
  8 + - git clone https://gist.github.com/0c4ad3b5700c6364abf1.git -b v1.0 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
... ...