Browse Source

Skip npm prune on Travis

Travis always installs fresh, so this should never be needed
pull/1137/head
Julian Simioni 7 years ago
parent
commit
e5afa25b5e
No known key found for this signature in database
GPG Key ID: B9EEB0C6EE0910A1
  1. 2
      .travis.yml

2
.travis.yml

@ -11,8 +11,6 @@ matrix:
script: npm run travis
before_install:
- npm i -g npm
before_script:
- npm prune
after_success:
- npx semantic-release
branches:

Loading…
Cancel
Save