Skip to content

Commit

Permalink
chore(travis): sync from template
Browse files Browse the repository at this point in the history
  • Loading branch information
arlac77 committed Sep 21, 2019
1 parent e10b3c7 commit 782425f
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,22 @@
language: node_js
node_js:
- 12.10.0
cache: npm
script:
- npm run cover
- npx codecov
- cat ./build/coverage/lcov.info | npx coveralls
branches:
only:
- master
- /^greenkeeper/.*$/
- /^mkpr/.*$/
- /^npm-template-sync/.*$/
jobs:
include:
- stage: test
node_js:
- 12.10.0
script:
- npm run cover
- npx codecov
- cat ./build/coverage/lcov.info | npx coveralls
- stage: doc
node_js: lts/*
skip_cleanup: 'true'
skip_cleanup: "true"
script:
- npm run lint
- npm run docs
Expand All @@ -19,12 +25,6 @@ jobs:
script: skip
deploy:
provider: script
skip_cleanup: 'true'
skip_cleanup: "true"
script:
- npx semantic-release
branches:
only:
- master
- /^greenkeeper/.*$/
- /^mkpr/.*$/
- /^npm-template-sync/.*$/

0 comments on commit 782425f

Please sign in to comment.