Skip to content

Commit

Permalink
Merge pull request #300 from ruby/colby/add-ruby-2.6
Browse files Browse the repository at this point in the history
Add ruby 2.6.0 to .travis.yml
  • Loading branch information
colby-swandale committed Dec 29, 2018
2 parents ff4bb1e + 3d5a5be commit d21463c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ rvm:
- 2.3.8
- 2.4.5
- 2.5.3
- 2.6.0
- ruby-head
- jruby-9.2.4.0
- jruby-head
Expand All @@ -19,4 +20,6 @@ matrix:
before_script:
- unset JRUBY_OPTS
- unset _JAVA_OPTIONS
- if ruby -e "exit RUBY_VERSION >= '2.3.0'"; then gem update --system=3.0.1; else gem update --system=2.7.8; fi

script: ruby -Ilib exe/rake

0 comments on commit d21463c

Please sign in to comment.