Skip to content

Commit

Permalink
Merge pull request #164 from junaruga/feature/ruby-travis-add-ruby-he…
Browse files Browse the repository at this point in the history
…ad-as-allow_failures

gherkin-ruby: Add ruby-head as a allow failures in .travis.yml.
  • Loading branch information
aslakhellesoy authored Mar 21, 2017
2 parents bc4bac6 + 13c7a2d commit a3f926f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions gherkin/ruby/.travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
language: ruby

rvm:
- ruby-head
- 2.4.0
- 2.3.3
- 2.2.6
- jruby-9.1.7.0

matrix:
allow_failures:
- rvm: ruby-head
fast_finish: true

script: make

notifications:
Expand Down

0 comments on commit a3f926f

Please sign in to comment.