mirror of
https://github.com/openstf/stf
synced 2025-10-04 18:29:17 +02:00
Allow failures on OS X since we're getting ECONNRESET all the time.
This commit is contained in:
parent
8b89b29017
commit
c77385e7c9
1 changed files with 5 additions and 0 deletions
|
@ -23,6 +23,11 @@ env:
|
|||
- NODE_VERSION=0.12
|
||||
- NODE_VERSION=4
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- os: osx
|
||||
fast_finish: true
|
||||
|
||||
before_install:
|
||||
- rm -rf ~/.nvm && git clone --depth 1 https://github.com/creationix/nvm.git ~/.nvm
|
||||
- source ~/.nvm/nvm.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue