Skip to content

Commit 2794d49

Browse files
authored
Merge pull request #35 from rootstrap/fix-ci
Allow failures in ruby-head
2 parents 9e653bf + b78a07b commit 2794d49

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ rvm:
1010
- 2.5.0
1111
- ruby-head
1212

13+
matrix:
14+
allow_failures:
15+
- rvm: ruby-head
16+
1317
sudo: false
1418

1519
env:

0 commit comments

Comments
 (0)