From f824329151974ead34a07c81b7df794cdd14bcb5 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Fri, 23 Aug 2019 05:56:54 -0700 Subject: [PATCH] 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 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 042df3dd1..c49a2abbc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,7 +29,7 @@ matrix: branch: master - language: node_js node_js: - - "10" + - "11" install: - yarn