Skip to content

Commit

Permalink
Merge pull request #200 from arlac77/template-sync-1
Browse files Browse the repository at this point in the history
merge package template from arlac77/npm-package-template
  • Loading branch information
arlac77 committed Nov 12, 2017
2 parents 445187a + 40b64e4 commit 706f6c0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,12 @@ before_install:
- npm i -g npm@latest
before_script:
- npm prune
- npm install -g codecov
- npm install coveralls
- npm install -g --production coveralls codecov
script:
- npm run cover
after_script:
- codecov
- cat ./build/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
- cat ./build/coverage/lcov.info | coveralls
- npm run docs
after_success:
- npm run semantic-release

0 comments on commit 706f6c0

Please sign in to comment.