Skip to content

Commit

Permalink
Change rubies to latest and remove 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmurach committed Dec 24, 2017
1 parent 9ae76d4 commit c7f7468
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,30 +8,25 @@ install:
script:
- bundle exec appraisal rake ci
rvm:
- 2.0.0
- 2.1.10
- 2.2.8
- 2.3.5
- 2.4.2
- 2.2.9
- 2.3.6
- 2.4.3
matrix:
include:
- rvm: jruby-9.1.1.0
- rvm: jruby-head
- rvm: ruby-head
exclude:
- rvm: 2.0.0
gemfile:
- gemfiles/rails5.0.gemfile
- gemfiles/rails5.1.gemfile
- rvm: 2.1.10
gemfile:
- gemfiles/rails5.0.gemfile
- gemfiles/rails5.1.gemfile
- rvm: 2.2.8
- rvm: 2.2.9
gemfile: gemfiles/rails3.2.gemfile
- rvm: 2.3.5
- rvm: 2.3.6
gemfile: gemfiles/rails3.2.gemfile
- rvm: 2.4.2
- rvm: 2.4.3
gemfile:
- gemfiles/rails3.2.gemfile
- gemfiles/rails4.0.gemfile
Expand Down

0 comments on commit c7f7468

Please sign in to comment.