From cf30aecba182c1daca0f7829fba9bda02129d4fe Mon Sep 17 00:00:00 2001 From: Tejas Bubane Date: Fri, 8 Mar 2019 17:28:17 +0530 Subject: [PATCH] Use LTS instead of latest Node on Travis Latest travis breaks for node v11.11 with jest: https://github.com/facebook/create-react-app/issues/6591 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4e3d40273e..d49e6b66d4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ --- language: node_js node_js: -- 'node' +- 'lts/*' sudo: false before_install: - npm i -g npm@latest