We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6387407 commit f97a33aCopy full SHA for f97a33a
.travis.yml
@@ -44,7 +44,7 @@ before_script:
44
- if [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then sudo sh -c 'echo 0 > /proc/sys/net/ipv6/conf/all/disable_ipv6'; fi
45
46
before_install:
47
- - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then nvm install stable ; fi
+ - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then nvm install 11.10.1 ; fi
48
49
after_success:
50
- bash <(curl -s https://codecov.io/bash)
0 commit comments