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

chore: upgrade npm #202

Merged
merged 1 commit into from
Jun 17, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore: upgrade npm
  • Loading branch information
DanielRuf committed May 26, 2018
commit 66bf5601f9f2d832be0aff5f53c1dfb85b13dc67
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ before_install:
phantomjs -v

- nvm use $TRAVIS_NODE_VERSION
- npm i -g npm@^5
- npm i -g npm@latest

install:
- npm i
Expand Down