From 9c2ae7632cfcba0923262e28bdc8ab2a1fa40e4f Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Wed, 31 Jul 2019 01:40:16 -0700 Subject: [PATCH] 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 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a7e79df2d..7fd2f901d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ matrix: - language: node_js os: linux node_js: - - "10" + - "11" install: - cd website