Skip to content

Commit

Permalink
Switch Travis to only supported versions of Ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentwoo authored Nov 12, 2018
1 parent f1e66ca commit abae44e
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
@@ -1,10 +1,10 @@
language: ruby
cache: bundler
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- 2.2.2
- 2.2
- 2.3
- 2.4
- 2.5
- ruby-head
before_install:
- "gem update --system"
Expand Down

0 comments on commit abae44e

Please sign in to comment.