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
This commit is contained in:
Pascal Hartig
2019-11-06 01:54:06 -08:00
committed by Facebook Github Bot
parent 6e8de457e7
commit d70e389077

View File

@@ -28,6 +28,7 @@ matrix:
on: on:
branch: master branch: master
- language: node_js - language: node_js
os: linux
node_js: node_js:
- "11" - "11"
@@ -37,7 +38,7 @@ matrix:
script: script:
- yarn lint - yarn lint
- yarn test - yarn test
- yarn build --mac --version=$TRAVIS_BUILD_NUMBER - yarn build --linux --version=$TRAVIS_BUILD_NUMBER
- language: objective-c - language: objective-c
cache: cache: