Skip to content

Commit

Permalink
Add ruby-head as a allow failures in .travis.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
junaruga authored and Andrea Nodari committed Feb 28, 2017
1 parent 5b891d6 commit 2edcc2b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ sudo: false

matrix:
include:
- rvm: ruby-head
- rvm: 2.4.0
- rvm: 2.3.1
- rvm: 2.2
Expand All @@ -18,7 +19,9 @@ matrix:
- LANG=en_US.UTF-8
- LANGUAGE=en_US.UTF-8
allow_failures:
- rvm: ruby-head
- rvm: 2.4.0
fast_finish: true

# whitelist
branches:
Expand Down

0 comments on commit 2edcc2b

Please sign in to comment.