From 5517509fbce0a3892e4713f4a3534bb98b8ee55a Mon Sep 17 00:00:00 2001 From: Herman Starikov Date: Sat, 3 Feb 2018 13:05:00 -0500 Subject: [PATCH 1/3] Update .travis.yml The build is failing because travis fails to build yoga-layout from react-sketchapp, which is a dependency of this project. The way react-sketchapp builds is they do it osx. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 6f7ac7b..6a3fa54 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,6 @@ sudo: false +os: osx +osx_image: xcode8.2 language: node_js node_js: - "6" From 92e46ef7b4e605aa57de6c2aa6c82c19d86cd099 Mon Sep 17 00:00:00 2001 From: Herman Starikov Date: Sat, 3 Feb 2018 13:13:38 -0500 Subject: [PATCH 2/3] Update .travis.yml --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6a3fa54..b3da4f9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ addons: # This is the latest version of Firefox that currently supports Happo. # https://github.com/SeleniumHQ/selenium/issues/2559 firefox: "47.0.1" -before_script: - - 'sh -e /etc/init.d/xvfb start' +#before_script: +# - 'sh -e /etc/init.d/xvfb start' script: - 'npm run travis' From 412b231231503b4350a69d53da936f14c23438dc Mon Sep 17 00:00:00 2001 From: Herman Starikov Date: Sat, 3 Feb 2018 13:44:25 -0500 Subject: [PATCH 3/3] Update .travis.yml --- .travis.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index b3da4f9..fbb0c89 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,11 +4,5 @@ osx_image: xcode8.2 language: node_js node_js: - "6" -addons: - # This is the latest version of Firefox that currently supports Happo. - # https://github.com/SeleniumHQ/selenium/issues/2559 - firefox: "47.0.1" -#before_script: -# - 'sh -e /etc/init.d/xvfb start' script: - 'npm run travis'