Skip to content

Commit 72b0e86

Browse files
author
Ben Monro
committed
fix: use semantic-release
1 parent d763777 commit 72b0e86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ cache:
55
- ~/.npm
66
notifications:
77
email: false
8-
node_js: "8"
8+
node_js: '8'
99
install: npm install
1010
script: npm run validate
11-
after_success: kcd-scripts travis-after-success
11+
after_success: npx semantic-release
1212
branches:
1313
only: master

0 commit comments

Comments
 (0)