mirror of
https://github.com/chartjs/Chart.js.git
synced 2026-03-08 01:06:51 +01:00
Attempt to fix the failing deploy step
This commit is contained in:
10
.travis.yml
10
.travis.yml
@@ -38,16 +38,16 @@ addons:
|
||||
# https://github.com/travis-ci/travis-ci/issues/5538#issuecomment-225025939
|
||||
|
||||
deploy:
|
||||
- provider: script
|
||||
script: ./scripts/release.sh
|
||||
skip_cleanup: true
|
||||
on:
|
||||
branch: release
|
||||
- provider: script
|
||||
script: ./scripts/deploy.sh
|
||||
skip_cleanup: true
|
||||
on:
|
||||
all_branches: true
|
||||
- provider: script
|
||||
script: ./scripts/release.sh
|
||||
skip_cleanup: true
|
||||
on:
|
||||
branch: release
|
||||
- provider: releases
|
||||
api_key: $GITHUB_AUTH_TOKEN
|
||||
file:
|
||||
|
||||
Reference in New Issue
Block a user