Skip to content

Commit

Permalink
Update ruby version in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
darren987469 authored and basjanssen committed Feb 28, 2020
1 parent f731aee commit 87e8651
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,46 +4,46 @@ sudo: false

matrix:
include:
- rvm: 2.4.2
- rvm: 2.4.5
script:
- bundle exec danger
- rvm: 2.4.2
- rvm: 2.4.5
gemfile: Gemfile
- rvm: 2.4.2
- rvm: 2.4.5
gemfile: gemfiles/rack_edge.gemfile
- rvm: 2.4.2
- rvm: 2.4.5
gemfile: gemfiles/rack_1.5.2.gemfile
- rvm: 2.4.2
- rvm: 2.4.5
gemfile: gemfiles/rails_edge.gemfile
- rvm: 2.4.2
- rvm: 2.4.5
gemfile: gemfiles/rails_5.gemfile
- rvm: 2.4.2
- rvm: 2.4.5
gemfile: gemfiles/multi_json.gemfile
script:
- bundle exec rake
- bundle exec rspec spec/integration/multi_json
- rvm: 2.4.2
- rvm: 2.4.5
gemfile: gemfiles/multi_xml.gemfile
script:
- bundle exec rake
- bundle exec rspec spec/integration/multi_xml
- rvm: 2.3.5
- rvm: 2.3.8
gemfile: Gemfile
- rvm: 2.3.5
- rvm: 2.3.8
gemfile: gemfiles/rack_edge.gemfile
- rvm: 2.3.5
- rvm: 2.3.8
gemfile: gemfiles/rack_1.5.2.gemfile
- rvm: 2.3.5
- rvm: 2.3.8
gemfile: gemfiles/rails_5.gemfile
- rvm: 2.2.8
- rvm: 2.2.10
gemfile: Gemfile
- rvm: 2.2.8
- rvm: 2.2.10
gemfile: gemfiles/rack_1.5.2.gemfile
- rvm: 2.2.8
- rvm: 2.2.10
gemfile: gemfiles/rails_5.gemfile
- rvm: 2.2.8
- rvm: 2.2.10
gemfile: gemfiles/rails_4.gemfile
- rvm: 2.2.8
- rvm: 2.2.10
gemfile: gemfiles/rails_3.gemfile
- rvm: ruby-head
- rvm: jruby-head
Expand Down

0 comments on commit 87e8651

Please sign in to comment.