Skip to content

Commit 0f02c30

Browse files
committed
Added ruby-head to travis allowed-failures
This is probably a contraversial idea. ruby-head can be fairly unstable but then json is a core gem. At least if it's an allowed-failure then builds will always be run against ruby-head, but pull requests (and master) won't report build failures if something is broken in ruby-head
1 parent 6f444f9 commit 0f02c30

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ matrix:
1818
allow_failures:
1919
- rvm: rbx-18mode
2020
- rvm: rbx-19mode
21+
- rvm: ruby-head
2122
script: "bundle exec rake"

0 commit comments

Comments
 (0)