Skip to content

Commit

Permalink
Merge pull request #149 from tricknotes/update-ruby-versions
Browse files Browse the repository at this point in the history
Update Ruby versions on Travis CI
  • Loading branch information
nashby committed Feb 3, 2018
2 parents e578634 + ec4dbf3 commit 9b5548e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
@@ -1,10 +1,12 @@
language: ruby
before_install:
- gem update --system # Need for Ruby 2.5.0. https://github.com/travis-ci/travis-ci/issues/8978
- gem update bundler
rvm:
- 2.0.0
- 2.1.10
- 2.2.7
- 2.3.4
- 2.4.1
- jruby-9.1.9.0
- 2.2.9
- 2.3.6
- 2.4.3
- 2.5.0
- jruby-9.1.15.0

0 comments on commit 9b5548e

Please sign in to comment.