Skip to content

Commit

Permalink
Test against latest rubies on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
yujinakayama committed Jan 20, 2018
1 parent 1ab9871 commit 6dc2152
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .travis.yml
@@ -1,10 +1,11 @@
language: ruby
rvm:
- 2.2.7
- 2.3.4
- 2.4.1
- jruby-9.1.10.0
script:
- bundle exec rake ci
- 2.2.9
- 2.3.6
- 2.4.3
- 2.5.0
- jruby-9.1.15.0
sudo: false
cache: bundler
before_install: gem update --system
script: bundle exec rake ci

0 comments on commit 6dc2152

Please sign in to comment.