Skip to content

Commit

Permalink
Merge 0f1d7e1 into 8a370f7
Browse files Browse the repository at this point in the history
  • Loading branch information
arlac77 committed Jul 1, 2019
2 parents 8a370f7 + 0f1d7e1 commit 2dc6dff
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@ 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: doc
Expand All @@ -24,4 +22,8 @@ jobs:
provider: script
skip_cleanup: 'true'
script:
- npx semantic-release
- npx semantic-release
branches:
only:
- master
- /^greenkeeper/.*$/

0 comments on commit 2dc6dff

Please sign in to comment.