Skip to content

Commit

Permalink
Merge 287b586 into b0924f6
Browse files Browse the repository at this point in the history
  • Loading branch information
arlac77 committed May 4, 2019
2 parents b0924f6 + 287b586 commit 5b86afa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ cache: npm
jobs:
include:
- stage: test
skip_cleanup: "true"
skip_cleanup: 'true'
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 @@ -22,6 +22,6 @@ jobs:
script: skip
deploy:
provider: script
skip_cleanup: "true"
skip_cleanup: 'true'
script:
- npx semantic-release

0 comments on commit 5b86afa

Please sign in to comment.