Skip to content

Commit 7066105

Browse files
committed
fix: correct semantic-release usage
1 parent 78f0d8f commit 7066105

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ script:
66
- npm run build
77
- npm run test
88
after_success:
9-
- semantic-release pre
10-
- npm publish
11-
- semantic-release post
9+
- semantic-release
1210
notifications:
1311
email: false
1412
sudo: false

0 commit comments

Comments
 (0)