From 73652d61d1018772cb8258bcc4ca3e4583cc86e4 Mon Sep 17 00:00:00 2001 From: Aditya Manthramurthy Date: Wed, 6 Mar 2019 15:00:01 -0800 Subject: [PATCH] Downgrade node temporarily To fix jest related build failure as recommended at https://github.com/facebook/jest/issues/8069#issuecomment-470307590 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ecf8532b2e3ec..308980618ce3f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -44,7 +44,7 @@ before_script: - if [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then sudo sh -c 'echo 0 > /proc/sys/net/ipv6/conf/all/disable_ipv6'; fi before_install: - - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then nvm install stable ; fi + - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then nvm install 11.10.1 ; fi after_success: - bash <(curl -s https://codecov.io/bash)