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

Commit 4ef5ffd

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ before_install:
6464
# ringo -v
6565
6666
- nvm use $TRAVIS_NODE_VERSION
67-
- npm i -g npm@^5
67+
- |
68+
[ $TRAVIS_NODE_VERSION = "14" ] && npm i -g npm@^6 || npm i -g npm@^5
6869
6970
install:
7071
- npm i

0 commit comments

Comments
 (0)