From bd1017cd7a315ac16e625321daa7d94557aaf7bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matija=20Marohni=C4=87?= Date: Thu, 14 Mar 2019 10:59:55 +0100 Subject: [PATCH] ci: temporarily switch to Node v11.10 to fix tests There's an upcoming fix in Node, so we're doing this only temporarily to prevent CI failure. https://github.com/facebook/jest/issues/8069 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f7036d93..b101baa1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ sudo: false language: node_js node_js: - - stable + - "11.10" cache: yarn script: - yarn test