Upgrade to Node 11 in Travis (#525)

Summary:
I hope this fixes the obnoxious libuv IO error we see quite often.
Pull Request resolved: https://github.com/facebook/flipper/pull/525

Test Plan: Travis

Reviewed By: priteshrnandgaonkar

Differential Revision: D16984266

Pulled By: passy

fbshipit-source-id: 3e4c6ccd1f3e92a08875f7770202d8909e446ac8
This commit is contained in:
Pascal Hartig
2019-08-23 05:56:54 -07:00
committed by Facebook Github Bot
parent eb875845b5
commit f824329151

View File

@@ -29,7 +29,7 @@ matrix:
branch: master branch: master
- language: node_js - language: node_js
node_js: node_js:
- "10" - "11"
install: install:
- yarn - yarn