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:
Pascal Hartig
2020-04-02 09:41:29 -07:00
committed by Facebook GitHub Bot
parent c8e5d95c41
commit bd81e67f76

View File

@@ -6,7 +6,7 @@ matrix:
- language: node_js
os: linux
node_js:
- "11"
- "12"
install:
- cd website
@@ -30,13 +30,13 @@ matrix:
- language: node_js
os: linux
node_js:
- "11"
- "12"
install:
- cd desktop
- yarn
script:
script:
- yarn lint
- yarn test
- yarn build --linux --version=$TRAVIS_BUILD_NUMBER