Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.

Commit d2cded4

Browse files
committed
Fix builds on Node.js v14.
1 parent ec613ba commit d2cded4

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
@@ -64,7 +64,7 @@ before_install:
6464
# ringo -v
6565
6666
- nvm use $TRAVIS_NODE_VERSION
67-
- npm i -g npm@^5
67+
- [ $TRAVIS_NODE_VERSION == "14" ] && npm i -g npm@^6 || npm i -g npm@^5
6868

6969
install:
7070
- npm i

0 commit comments

Comments
 (0)