Skip to content

Commit

Permalink
Merge pull request #87 from junaruga/feature/add-ruby-2.5
Browse files Browse the repository at this point in the history
Add Ruby 2.5 on Travis CI.
  • Loading branch information
estolfo committed Dec 4, 2017
2 parents 6fe49f1 + 1d03d2a commit 6322003
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -8,6 +8,7 @@ before_install:
rvm:
- 1.9.3
- 2.4.2
- 2.5
- ruby-head
- jruby-19mode
- jruby-9.1.12.0
Expand All @@ -25,4 +26,4 @@ branches:

matrix:
allow_failures:
- rvm: ruby-head
- rvm: ruby-head

0 comments on commit 6322003

Please sign in to comment.