Skip to content

Commit

Permalink
ci: refine .travis.yml, update ruby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tonytonyjan committed Sep 30, 2017
1 parent 814418e commit 330e368
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,18 @@ os:
- linux
- osx
rvm:
- 2.4.0
- 2.3.3
- 2.2.6
- 2.3.5
- 2.2.8
- 2.1.10
- 2.0.0
- 1.9.3
- jruby-19mode
- jruby-9.0.4.0
matrix:
include:
# https://github.com/travis-ci/travis-ci/issues/7848
- os: osx
rvm: ruby-head
osx_image: xcode9
- os: osx
rvm: 2.4.2
osx_image: xcode9

0 comments on commit 330e368

Please sign in to comment.