Skip to content

Commit

Permalink
CI against Ruby 2.2.8/2.3.5/2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
284km authored and ebihara99999 committed Mar 10, 2018
1 parent 922558a commit 7b7694a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: ruby
rvm:
- jruby
- 2.2.6
- 2.3.3
- 2.4.0
- 2.2.8
- 2.3.5
- 2.4.2

env:
global:
Expand All @@ -27,19 +27,19 @@ matrix:
- rvm: jruby

exclude:
- rvm: 2.2.6
- rvm: 2.2.8
gemfile: gemfiles/active_record-rails40.gemfile

- rvm: 2.3.3
- rvm: 2.3.5
gemfile: gemfiles/active_record-rails40.gemfile

- rvm: 2.4.0
- rvm: 2.4.2
gemfile: gemfiles/active_record-rails40.gemfile

- rvm: 2.4.0
- rvm: 2.4.2
gemfile: gemfiles/active_record-rails41.gemfile

- rvm: 2.4.0
- rvm: 2.4.2
gemfile: gemfiles/active_record-rails42.gemfile

- rvm: jruby
Expand Down

0 comments on commit 7b7694a

Please sign in to comment.