#188: added "script" section to .travis.yml

This commit is contained in:
Vokhmin Alexey V 2013-06-14 18:11:59 +04:00
parent 4962a103a2
commit c197f12d99
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ before_install:
before_script:
- cp config/database.yml.sample config/database.yml
- cp config/application.yml.travis config/application.yml
- bundle exec rake db:create db:structure:load db:migrate
script: "bundle exec rake db:create db:structure:load db:migrate && bundle exec rake spec"
branches:
only:
# - master