try bumping appveyor/travis npm version

This commit is contained in:
Michael Bradley, Jr 2018-09-02 20:35:21 -05:00
parent 0ac384c478
commit 8e6ed95fdf
2 changed files with 3 additions and 1 deletions

View File

@ -4,6 +4,8 @@ node_js:
addons:
code_climate:
repo_token: 7454b1a666015e244c384d19f48c34e35d1ae58c3aa428ec542f10bbcb848358
before_install:
- npm i -g npm@latest
script:
- npm run lint
- npm run test

View File

@ -7,7 +7,7 @@ install:
# Get the latest stable version of Node.js or io.js
- ps: Install-Product node $env:nodejs_version
# install modules
- npm install -g npm@5.7
- npm install -g npm@latest
- npm install
# Post-install test scripts.