Skip to content

Commit

Permalink
Add Ruby 2.3, 2.4 to Travis CI.
Browse files Browse the repository at this point in the history
* fast_finish is to get the Travis result as faster
  without waiting the result of the "allow_failures" items.
  See https://blog.travis-ci.com/2013-11-27-fast-finishing-builds/
  • Loading branch information
junaruga authored and halostatue committed Apr 24, 2017
1 parent 372059b commit b7e0cd6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
@@ -1,6 +1,8 @@
---
language: ruby
rvm:
- 2.4.1
- 2.3.4
- 2.2.3
- 2.1.6
- 2.0.0
Expand All @@ -16,6 +18,7 @@ matrix:
- rvm: jruby-9.0.0.0.pre2
- rvm: ruby-head
- rvm: ruby-head-clang
fast_finish: true
gemfile:
- Gemfile
before_script:
Expand Down

0 comments on commit b7e0cd6

Please sign in to comment.