Skip to content

Commit

Permalink
Merge 71587d3 into f82315b
Browse files Browse the repository at this point in the history
  • Loading branch information
arlac77 committed May 4, 2019
2 parents f82315b + 71587d3 commit 0eda1e2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
],
"license": "BSD-2-Clause",
"scripts": {
"cover": "c8 --temp-directory build/coverage ava && c8 report -r lcov --temp-directory build/coverage",
"cover": "c8 --temp-directory build/tmp ava && c8 report -r lcov -o build/coverage --temp-directory build/tmp",
"docs": "documentation readme src/loglevel-mixin.mjs --section=API",
"lint": "documentation lint src/loglevel-mixin.mjs",
"posttest": "markdown-doctest",
Expand All @@ -29,7 +29,7 @@
"dependencies": {},
"devDependencies": {
"ava": "^1.4.1",
"c8": "^4.1.3",
"c8": "^4.1.4",
"documentation": "^10.1.0",
"esm": "^3.2.22",
"markdown-doctest": "^0.9.1",
Expand Down

0 comments on commit 0eda1e2

Please sign in to comment.