Skip to content

Commit

Permalink
Downgrade node temporarily
Browse files Browse the repository at this point in the history
To fix jest related build failure as recommended at jestjs/jest#8069 (comment)
  • Loading branch information
donatello committed Mar 6, 2019
1 parent 6387407 commit 73652d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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)

0 comments on commit 73652d6

Please sign in to comment.