Skip to content

Commit f9dc708

Browse files
committed
ci: travis-ci deploy not working
1 parent 895e36a commit f9dc708

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ install:
1010
- yarn --frozen-lockfile
1111
script:
1212
- ./build.sh
13-
after_script:
14-
- ./notify.sh
1513
cache: yarn
1614
deploy:
1715
- provider: npm
1816
email: levy9527@qq.com # use your own email
1917
api_key: $NPM_TOKEN
2018
skip-cleanup: true
19+
on:
20+
branch: main

0 commit comments

Comments
 (0)