Skip to content

Commit 0b99c45

Browse files
committed
Adding semantic-release
1 parent 2ce1b1b commit 0b99c45

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.travis.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,5 @@ install:
1616
- npm install
1717
after_success:
1818
- npm run build
19-
- npm run travis-deploy-once "npm run semantic-release"
20-
before_deploy:
2119
- cd dist
22-
deploy:
23-
provider: npm
24-
email: craigp@codehq.co.za
25-
skip_cleanup: true
26-
api_key: $NPM_TOKEN
27-
on:
28-
branch: master
20+
- npm run travis-deploy-once "npm run semantic-release"

0 commit comments

Comments
 (0)