Skip to content

Commit

Permalink
Merge pull request #875 from SuperITMan/feature/upgrade-to-npm.6.4.1
Browse files Browse the repository at this point in the history
update npm to 6.4.1 instead of 5.8.0
  • Loading branch information
christophercr committed Nov 21, 2018
2 parents c414f9b + 38b7a30 commit 79ed8a0
Show file tree
Hide file tree
Showing 10 changed files with 14,586 additions and 14,586 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ before_install:
- AUTHOR_NAME="$(git log -1 $TRAVIS_COMMIT --pretty="%aN")"
- echo $AUTHOR_NAME
- export TZ=Europe/Brussels
- npm i -g npm@5.8.0
- npm i -g npm@6.4.1
# This ensures that we are authenticated without requiring to have an actual .npmrc file within the project
- 'echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" >> ~/.npmrc'

Expand Down
Loading

0 comments on commit 79ed8a0

Please sign in to comment.