]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Attempt to fix the failing deploy step
authorSimon Brunel <simonbrunel@users.noreply.github.com>
Thu, 25 May 2017 13:53:14 +0000 (15:53 +0200)
committerSimon Brunel <simonbrunel@users.noreply.github.com>
Thu, 25 May 2017 13:53:14 +0000 (15:53 +0200)
.travis.yml

index f0290da2a4467edcc0f72be56729fd1e9cc7a381..34e8a8b3b1c0822adf4f38030d8bc5cd94aaf642 100644 (file)
@@ -39,15 +39,15 @@ addons:
 
 deploy:
 - provider: script
-  script: ./scripts/release.sh
+  script: ./scripts/deploy.sh
   skip_cleanup: true
   on:
-    branch: release
+    all_branches: true
 - provider: script
-  script: ./scripts/deploy.sh
+  script: ./scripts/release.sh
   skip_cleanup: true
   on:
-    all_branches: true
+    branch: release
 - provider: releases
   api_key: $GITHUB_AUTH_TOKEN
   file: