Skip to content

Commit 5c89ec8

Browse files
committed
fix: trigger release again
This commit doesn't fix anything but should trigger a release to check if the modified build config is working.
1 parent 86ee05f commit 5c89ec8

File tree

3 files changed

+197
-2122
lines changed

3 files changed

+197
-2122
lines changed

.travis.yml

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

1313
deploy:
1414
- provider: script
15-
skip_cleanup: true
1615
on:
1716
all_branches: true
1817
condition: $TRAVIS_BRANCH =~ ^(master|alpha)$
1918
script:
2019
- npx semantic-release
2120
- provider: pages
22-
skip_cleanup: true
2321
keep_history: true
2422
github_token: $GH_TOKEN
2523
on:

0 commit comments

Comments
 (0)