mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-17 23:53:25 +02:00
Allow failures on OS X since we're getting ECONNRESET all the time.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user