Skip to content

Commit

Permalink
.travis.yml nvm install 14.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kroitor committed Aug 30, 2020
1 parent 0dda880 commit caa943b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,12 @@ cache:
before_install:
- set -e
- . $HOME/.nvm/nvm.sh
- nvm install 14.9.0
- set +v
- set +x
- nvm install 14.9.0 -v
- nvm use 14.9.0
- set -x
- set -v
- rm -rf node_modules
- npm install
- npm install [email protected] ethereumjs-util ethereumjs-abi --no-save
Expand Down

0 comments on commit caa943b

Please sign in to comment.