Skip to content

Commit

Permalink
Merge pull request #900 from olleolleolle/patch-1
Browse files Browse the repository at this point in the history
CI: Use 2.6.3, 2.5.5, 2.4.6, 2.3.8
  • Loading branch information
parndt authored Apr 23, 2019
2 parents 13a1143 + 8b87ded commit 67422c0
Showing 1 changed file with 22 additions and 21 deletions.
43 changes: 22 additions & 21 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,20 @@ dist: trusty
addons:
postgresql: "9.6"
rvm:
- 2.6.1
- 2.5.3
- 2.4.0
- 2.3.0
- 2.6.3
- 2.5.5
- 2.4.6
- 2.3.8
- 2.2.0
- 2.1.0
- jruby-9.1.13.0

env:
- DB=postgres
- DB=mysql
global:
- COVERALLS=true
matrix:
- DB=postgres
- DB=mysql

gemfile:
- gemfiles/Gemfile.rails-4.0.rb
Expand Down Expand Up @@ -57,39 +60,37 @@ matrix:
gemfile: gemfiles/Gemfile.rails-5.0.rb
- rvm: 2.2.0
gemfile: gemfiles/Gemfile.rails-6.0.rb
- rvm: 2.3.0
- rvm: 2.3.8
gemfile: gemfiles/Gemfile.rails-6.0.rb
- rvm: 2.4.0
- rvm: 2.4.6
gemfile: gemfiles/Gemfile.rails-4.0.rb
- rvm: 2.4.0
- rvm: 2.4.6
gemfile: gemfiles/Gemfile.rails-4.1.rb
- rvm: 2.4.0
- rvm: 2.4.6
gemfile: gemfiles/Gemfile.rails-6.0.rb
- rvm: 2.5.3
- rvm: 2.5.5
gemfile: gemfiles/Gemfile.rails-4.0.rb
- rvm: 2.5.3
- rvm: 2.5.5
gemfile: gemfiles/Gemfile.rails-4.1.rb
- rvm: 2.5.3
- rvm: 2.5.5
gemfile: gemfiles/Gemfile.rails-5.0.rb
- rvm: 2.5.3
- rvm: 2.5.5
gemfile: gemfiles/Gemfile.rails-5.1.rb
- rvm: 2.6.1
- rvm: 2.6.3
gemfile: gemfiles/Gemfile.rails-4.0.rb
- rvm: 2.6.1
- rvm: 2.6.3
gemfile: gemfiles/Gemfile.rails-4.1.rb
- rvm: 2.6.1
- rvm: 2.6.3
gemfile: gemfiles/Gemfile.rails-5.0.rb
- rvm: 2.6.1
- rvm: 2.6.3
gemfile: gemfiles/Gemfile.rails-5.1.rb
allow_failures:
- rvm: jruby-9.1.13.0
gemfile: gemfiles/Gemfile.rails-5.1.rb
- rvm: jruby-9.1.13.0
gemfile: gemfiles/Gemfile.rails-5.0.rb

sudo: false

before_script:
- bundle exec rake db:create db:up

script: 'COVERALLS=true bundle exec rake test'
script: 'bundle exec rake test'

0 comments on commit 67422c0

Please sign in to comment.