Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

Commit

Permalink
Add Ruby 2.4.0 and ruby-head in .travis.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
junaruga committed Mar 10, 2017
1 parent df3bc02 commit 1f21a39
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
sudo: false
language: ruby
rvm:
- 2.3.3
- ruby-head
- 2.4.0
- 2.3
- 2.2
- 2.1
- 2.0
- jruby
matrix:
allow_failures:
- rvm: ruby-head
fast_finish: true

0 comments on commit 1f21a39

Please sign in to comment.