1
0
Fork 0
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:
Simo Kinnunen 2015-10-16 10:21:28 +09:00
parent 8b89b29017
commit c77385e7c9

View file

@ -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