Bump node in Travis to 11 (#505)

Summary:
Attempt to fix the spurious failed assertions coming from libuv in Travis.
Pull Request resolved: https://github.com/facebook/flipper/pull/505

Reviewed By: priteshrnandgaonkar

Differential Revision: D16561381

Pulled By: passy

fbshipit-source-id: 4b30e9cadc37071404ec0198f96b7cd20761325a
This commit is contained in:
Pascal Hartig
2019-07-31 01:40:16 -07:00
committed by Facebook Github Bot
parent 0c37a93a84
commit 9c2ae7632c

View File

@@ -6,7 +6,7 @@ matrix:
- language: node_js - language: node_js
os: linux os: linux
node_js: node_js:
- "10" - "11"
install: install:
- cd website - cd website