#345: updated .travis.yml

This commit is contained in:
Vokhmin Alexey V 2014-03-14 21:46:30 +04:00
parent a29befe18c
commit 7e0a4b1204
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
language: ruby language: ruby
rvm: rvm:
- 2.1.0 - 2.1.1
bundler_args: --without development bundler_args: --without development
env: env:
- SPEC_GROUP=controllers - SPEC_GROUP=controllers
@ -18,7 +18,7 @@ before_install:
before_script: before_script:
- cp config/database.yml.sample config/database.yml - cp config/database.yml.sample config/database.yml
- cp config/application.yml.travis config/application.yml - cp config/application.yml.travis config/application.yml
- bundle exec rake db:create db:structure:load db:migrate - bundle exec rake db:create db:schema:load db:migrate
script: "./travis.sh" script: "./travis.sh"
branches: branches:
only: only: