Skip to content

Commit f97a33a

Browse files
donatellodeekoder
authored andcommitted
Downgrade node temporarily (minio#7333)
To fix jest related build failure as recommended at jestjs/jest#8069 (comment)
1 parent 6387407 commit f97a33a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ before_script:
4444
- if [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then sudo sh -c 'echo 0 > /proc/sys/net/ipv6/conf/all/disable_ipv6'; fi
4545

4646
before_install:
47-
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then nvm install stable ; fi
47+
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then nvm install 11.10.1 ; fi
4848

4949
after_success:
5050
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)