Skip to content

Commit 5dd9056

Browse files
committed
fix: build artifacts missing in release
1 parent 3160c94 commit 5dd9056

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,13 @@ cache: npm
1212

1313
deploy:
1414
- provider: script
15+
cleanup: false
1516
on:
1617
all_branches: true
1718
condition: $TRAVIS_BRANCH =~ ^(master|alpha)$
18-
script:
19-
- npx semantic-release
19+
script: npx semantic-release
2020
- provider: pages
21+
cleanup: false
2122
keep_history: true
2223
github_token: $GH_TOKEN
2324
on:

0 commit comments

Comments
 (0)