Skip to content

Commit

Permalink
Add ruby 2.6.0 to .travis.yml
Browse files Browse the repository at this point in the history
We have to manually update RubyGems because Travis forces each ruby
version to have an old version of RubyGems
  • Loading branch information
colby-swandale committed Dec 29, 2018
1 parent ff4bb1e commit 3d5a5be
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 3d5a5be

Please sign in to comment.