Skip to content

Commit

Permalink
Merge 26bdfc9 into 840a876
Browse files Browse the repository at this point in the history
  • Loading branch information
arlac77 committed Jun 29, 2019
2 parents 840a876 + 26bdfc9 commit c50b35e
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions .travis.yml
Expand Up @@ -3,14 +3,14 @@ node_js:
- 10.16.0
- 12.5.0
cache: npm

script:
- npm run cover
- npx codecov
- cat ./build/coverage/lcov.info | npx coveralls

jobs:
include:
- stage: test
skip_cleanup: 'true'
script:
- npm run cover
- npx codecov
- cat ./build/coverage/lcov.info | npx coveralls
- stage: doc
node_js: lts/*
skip_cleanup: 'true'
Expand All @@ -24,8 +24,4 @@ jobs:
provider: script
skip_cleanup: 'true'
script:
- npx semantic-release
branches:
only:
- master
- /^greenkeeper/.*$/
- npx semantic-release

0 comments on commit c50b35e

Please sign in to comment.