Bump Travis Node to 12 (#961)
Summary: Looks like jsdom for jest wants either 10 or 12, but not 11. ¯\_(ツ)_/¯ Pull Request resolved: https://github.com/facebook/flipper/pull/961 Test Plan: Watch Travis signal. Reviewed By: cekkaewnumchai Differential Revision: D20815326 Pulled By: passy fbshipit-source-id: 6b7a8ddda75299443853d8bdca56fe1ce3d60afe
This commit is contained in:
committed by
Facebook GitHub Bot
parent
c8e5d95c41
commit
bd81e67f76
@@ -6,7 +6,7 @@ matrix:
|
|||||||
- language: node_js
|
- language: node_js
|
||||||
os: linux
|
os: linux
|
||||||
node_js:
|
node_js:
|
||||||
- "11"
|
- "12"
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- cd website
|
- cd website
|
||||||
@@ -30,13 +30,13 @@ matrix:
|
|||||||
- language: node_js
|
- language: node_js
|
||||||
os: linux
|
os: linux
|
||||||
node_js:
|
node_js:
|
||||||
- "11"
|
- "12"
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- cd desktop
|
- cd desktop
|
||||||
- yarn
|
- yarn
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- yarn lint
|
- yarn lint
|
||||||
- yarn test
|
- yarn test
|
||||||
- yarn build --linux --version=$TRAVIS_BUILD_NUMBER
|
- yarn build --linux --version=$TRAVIS_BUILD_NUMBER
|
||||||
|
|||||||
Reference in New Issue
Block a user