Skip to content

Commit

Permalink
Add ruby-head to Travis as allow_failures.
Browse files Browse the repository at this point in the history
* allow_failures is because it's good to know new version Ruby's issue
  as faster before the release.
* 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 committed Apr 4, 2017
1 parent 7e0f2b3 commit 3a9c717
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -8,6 +8,7 @@ rvm:
- 2.2.6
- 2.3.3
- 2.4.1
- ruby-head
- jruby-19mode
- jruby-9.1.8.0
git:
Expand All @@ -27,3 +28,5 @@ matrix:
- rvm: 2.4.1
gemfile: gemfiles/alaska
env: ALASKA=1
- rvm: ruby-head
fast_finish: true

0 comments on commit 3a9c717

Please sign in to comment.