Skip to content

Commit

Permalink
fix(.travis.yml): Remove 'npm prune' command, to check if is causing …
Browse files Browse the repository at this point in the history
…the package release problems
  • Loading branch information
rigobauer committed Jan 23, 2018
1 parent ea8a351 commit 15ab619
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ node_js:
- '8'
before_install:
- npm install npm codecov.io coveralls
before_script:
- npm prune
after_success:
- cat ./coverage/lcov.info | ./node_modules/codecov.io/bin/codecov.io.js
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
Expand Down

0 comments on commit 15ab619

Please sign in to comment.