Skip to content

Commit a112fca

Browse files
committed
allow [j]ruby-head failures in Travis
1 parent 4162433 commit a112fca

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ branches:
1414
- master
1515
matrix:
1616
allow_failures:
17-
- rvm: rbx-18mode
17+
- rvm: ruby-head
18+
- rvm: jruby-head
19+
- rvm: rbx-19mode
1820
- rvm: rbx-19mode
1921
script: "rake test" # test:scanners"

0 commit comments

Comments
 (0)