Skip to content

Commit 18f47b8

Browse files
committed
Allow ruby-head failures
Looks like Travis has very unreliable Mac OS X builds when using `ruby-head`: Bundler is missing on the installation, and sometimes setting up the interpreter itself times out. Let's ignore it for now
1 parent 66514f5 commit 18f47b8

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
@@ -20,6 +20,7 @@ matrix:
2020
fast_finish: true
2121
allow_failures:
2222
- rvm: rbx-2
23+
- rvm: ruby-head
2324

2425
install:
2526
- ./vendor/libgit2/script/install-deps-${TRAVIS_OS_NAME}.sh

0 commit comments

Comments
 (0)