From d70e3890777e9b7be61640e088a4a58bbdd78d6a Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Wed, 6 Nov 2019 01:54:06 -0800 Subject: [PATCH] Run yarn build step on Linux (#626) Summary: Pull Request resolved: https://github.com/facebook/flipper/pull/626 This is the step that keeps failing because of some libuv nonsense. It's faster and more reliable on Linux, so there's really no good reason for running it on Mac. No guarantee that this will fix it, but in the worst case manually pressing "Rerun" will be faster. Reviewed By: jknoxville Differential Revision: D18324723 fbshipit-source-id: d1cd0c7195a4bcbd4c5df6ad39676f12f135a0f9 --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ea9ce304c..b7dc9f1de 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,6 +28,7 @@ matrix: on: branch: master - language: node_js + os: linux node_js: - "11" @@ -37,7 +38,7 @@ matrix: script: - yarn lint - yarn test - - yarn build --mac --version=$TRAVIS_BUILD_NUMBER + - yarn build --linux --version=$TRAVIS_BUILD_NUMBER - language: objective-c cache: