Skip to content

Commit

Permalink
Merge pull request #1699 from marutosi/ruby-2.4.2-on-travis
Browse files Browse the repository at this point in the history
use recent ruby 2.3 and 2.4 on travis
  • Loading branch information
flavorjones committed Feb 19, 2018
2 parents b2ca8ca + 9e69d63 commit a705d15
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ matrix:
- os: osx
rvm: 2.2.5
- os: linux
rvm: 2.3.1
rvm: 2.3.5
- os: osx
rvm: 2.3.1
rvm: 2.3.5
- os: linux
rvm: 2.4.0
rvm: 2.4.2
env:
- RUBYOPT="--enable-frozen-string-literal --debug=frozen-string-literal"
- os: osx
rvm: 2.4.0
rvm: 2.4.2
env:
- RUBYOPT="--enable-frozen-string-literal --debug=frozen-string-literal"
- os: linux
Expand Down

0 comments on commit a705d15

Please sign in to comment.