Skip to content

Commit 30c82d3

Browse files
author
Zachary Scott
committed
Add ruby-head to allowed failures, since the version on travis is outdated
It's due to bug reverted in ruby/ruby@0516a33
1 parent 24e71d4 commit 30c82d3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ before_script:
77
language: ruby
88
notifications:
99
email:
10-
10+
1111
rvm:
1212
- 1.8.7
1313
- 1.9.3
@@ -21,3 +21,4 @@ matrix:
2121
allow_failures:
2222
- rvm: 1.8.7
2323
- rvm: rbx-2
24+
- rvm: ruby-head

0 commit comments

Comments
 (0)