From dbee6216d9f458d60f4f0e84b49772a59a7b1705 Mon Sep 17 00:00:00 2001
From: MoyuScript <i@moyu.moe>
Date: Sun, 3 Dec 2017 17:24:31 +0800
Subject: [PATCH] Add Github release to travis build

---
 .travis.yml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 5db6072..e5a40d2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,6 +28,18 @@ deploy:
     email: niklasvh@gmail.com
     api_key:
       secure: G/Szpr8q4/D6hp+H/Z9yyluUXtHAwf7LLa1Y07X59/Enlj1h7V5fQ7AW4/iAVM3XbIsrCPWR3dJU9g/ZxpxFg4OovIHVpS2Jr/mahtPYWdHR3pWuSmMW8QD+Twnq2VAFwSgg5Oumq3QxhX3YbCOnZox6+6Uviqk8FO7Z5B0RwW4=
+    skip_cleanup: true
+    on:
+      tags: true
+      branch: master
+      repo: niklasvh/html2canvas
+  - provider: releases
+    api_key:
+     secure: "PowO/Jat660k3gHcjgI6DlJz15RM7pLUu11UPsLCtYJ8ZwodppE6Keg0DfVkSFSIZttZor+UssDwP/WOEqfZNLqmXbcj3Gec4xolohet/GOe0KJKKuF/HgggbcxumopxMX6sMVePlMBpkLpHh7tgEAEHBWTlzC1c1a7Xa48fZ7k="
+    file:
+     - "dist/html2canvas.js"
+     - "dist/html2canvas.min.js"
+    skip_cleanup: true
     on:
       tags: true
       branch: master