From 6bc36164506376039130c4a0f1f9224e433aee19 Mon Sep 17 00:00:00 2001 From: Takeshi Hirosue Date: Fri, 8 Mar 2019 20:31:51 +0900 Subject: [PATCH] fix: jest bug (https://github.com/facebook/create-react-app/issues/6591) TypeError: Cannot assign to read only property 'Symbol(Symbol.toStringTag)' of object '#' at exports.default (node_modules/jest-util/build/create_process_object.js:15:34) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3a516f7..6d15538 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ sudo: false language: node_js node_js: - - 'stable' + - 'lts/*' dist: trusty sudo: false cache: yarn