Skip to content

Commit 89d3f9b

Browse files
committed
semver
1 parent 42b0509 commit 89d3f9b

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,9 @@ script:
1111

1212
after_success:
1313
- npm run report-coverage
14-
- npx -p node@8 -c "npm run semantic-release"
14+
15+
deploy:
16+
provider: script
17+
skip_cleanup: true
18+
script:
19+
- npx -p node@8 -c "npm run semantic-release"

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"scripts": {
77
"lint": "xo",
88
"test": "nyc ava test/scenarios/*",
9+
"semantic-release": "semantic-release",
910
"report-coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov"
1011
},
1112
"engines": {

0 commit comments

Comments
 (0)