Commit f6f94e666932943ee0a75c76bbfbf303ccd639b1

Authored by Rafael Manzo
1 parent 07b2d0f3

Updated the travis script to latest version of the Kalibro installation script

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
@@ -6,7 +6,7 @@ before_script: @@ -6,7 +6,7 @@ before_script:
6 - "cp config/database.yml.sample config/database.yml" 6 - "cp config/database.yml.sample config/database.yml"
7 - "rake db:migrate RAILS_ENV=test" 7 - "rake db:migrate RAILS_ENV=test"
8 - wget https://gist.github.com/rafamanzo/6179925/raw/77653bd6229e99d5251180a4488e2fa54d0cd4ac/db_bootstrap.sql 8 - wget https://gist.github.com/rafamanzo/6179925/raw/77653bd6229e99d5251180a4488e2fa54d0cd4ac/db_bootstrap.sql
9 - - wget https://gist.github.com/rafamanzo/6179925/raw/172802a0db1ae88c3d5d3d3547833c45a5c9a7a2/install.sh 9 + - wget https://gist.github.com/rafamanzo/6179925/raw/a38c3b33af3b1784eece46450cca65503337e4b5/install.sh
10 - chmod +x install.sh 10 - chmod +x install.sh
11 - ./install.sh 11 - ./install.sh
12 - cp features/support/kalibro_cucumber_helpers.yml.sample features/support/kalibro_cucumber_helpers.yml 12 - cp features/support/kalibro_cucumber_helpers.yml.sample features/support/kalibro_cucumber_helpers.yml