Enable fast finishing builds

This commit is contained in:
Erik Michaels-Ober 2013-11-29 09:03:20 +01:00
parent ddb1a91c53
commit a4e9e84d66
1 changed files with 8 additions and 8 deletions

View File

@ -1,21 +1,21 @@
language: ruby language: ruby
before_script: before_script:
- cd tests/test_app - cd tests/test_app
- bundle exec rails g impressionist -f - bundle exec rails g impressionist -f
- bundle exec rake db:migrate - bundle exec rake db:migrate
- cd .. - cd ..
rvm: rvm:
- 1.9.2
- 1.9.3 - 1.9.3
- 2.0.0 - 2.0.0
- jruby-19mode - jruby-head
- rbx-19mode - rbx
- ruby-head
gemfile: gemfile:
- gemfiles/rails32.gemfile - gemfiles/rails32.gemfile
- gemfiles/rails40.gemfile - gemfiles/rails40.gemfile
matrix: matrix:
exclude:
- rvm: 1.9.2
gemfile: gemfiles/rails40.gemfile
allow_failures: allow_failures:
- rvm: 1.9.2 - rvm: jruby-head
- rvm: rbx
- rvm: ruby-head
fast_finish: true