Skip to content

Commit

Permalink
cleanup ruby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nijikon committed Sep 23, 2018
1 parent 64814e2 commit 11ef7ac
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
dist: trusty
sudo: false
language: ruby
cache: bundler
rvm:
- 2.2.4
- 2.3.0
- 2.4.2
- 2.2.10
- 2.3.7
- 2.4.4
- 2.5.1
- ruby-head
- jruby-9.2.0.0

before_install:
- gem install bundler

0 comments on commit 11ef7ac

Please sign in to comment.