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

Commit

Permalink
Fix builds on Node.js v14.
Browse files Browse the repository at this point in the history
  • Loading branch information
bnjmnt4n committed Jul 4, 2020
1 parent ec613ba commit 4ef5ffd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ before_install:
# ringo -v
- nvm use $TRAVIS_NODE_VERSION
- npm i -g npm@^5
- |
[ $TRAVIS_NODE_VERSION = "14" ] && npm i -g npm@^6 || npm i -g npm@^5
install:
- npm i
Expand Down

0 comments on commit 4ef5ffd

Please sign in to comment.