Skip to content

Commit e43865f

Browse files
committed
Allow failures on ruby 1.8.7
This is due to racc incompatibilities with ruby 1.8.7
1 parent 8bba5b5 commit e43865f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,6 @@ rvm:
1414
- 2.0.0
1515
- 2.1.0
1616
script: rake travis
17+
matrix:
18+
allow_failures:
19+
- rvm: 1.8.7

0 commit comments

Comments
 (0)