We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6880484 commit 166f7bcCopy full SHA for 166f7bc
.travis.yml
@@ -3,9 +3,16 @@ node_js:
3
- 12
4
script: npm run build
5
deploy:
6
- provider: releases
7
- token: $GITHUB_TOKEN
8
- file: './morpher.zip'
9
- edge: true # opt in to dpl v2
10
- on:
11
- tags: true
+ - provider: releases
+ token: $GITHUB_TOKEN
+ file: './morpher.zip'
+ edge: true # opt in to dpl v2
+ on:
+ tags: true
12
+ - provider: npm
13
+ email: 'master.weber@outlook.com'
14
+ api_token: $NPM_API_TOKEN
15
16
17
+ all_branches: true
18
+ skip_cleanup: true
0 commit comments