Skip to content

Commit f79a8bc

Browse files
committed
Finished Travis testing
Signed-off-by: Jaid <jaid.jsx@gmail.com>
1 parent 1a907eb commit f79a8bc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,9 @@ jobs:
2828
- dist/*.d.ts
2929
- "*.zip"
3030
skip_cleanup: true
31-
draft: true
32-
name: Release $PKG_NAME $PKG_VERSION
31+
name: $PKG_NAME $PKG_VERSION
3332
api_key: $GITHUB_TOKEN # Permissions: public_repo, repo:status, repo_deployment
34-
#on: { tags: true }
33+
on: { tags: true }
3534
- provider: script
3635
script: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc && npm publish dist
3736
skip_cleanup: true

0 commit comments

Comments
 (0)