[latex3-commits] [git/LaTeX3-latex3-latex3] master: Enable deployment for tags (cc5ae0003)

Joseph Wright joseph.wright at morningstar2.co.uk
Mon Sep 30 00:44:10 CEST 2019


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/cc5ae00035485d9c327270e7f42d76cb9ec8db7d

>---------------------------------------------------------------

commit cc5ae00035485d9c327270e7f42d76cb9ec8db7d
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sun Sep 29 23:44:10 2019 +0100

    Enable deployment for tags


>---------------------------------------------------------------

cc5ae00035485d9c327270e7f42d76cb9ec8db7d
 .travis.yml | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index d935d7cc1..4c55cfde2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -26,3 +26,16 @@ notifications:
     on_failure: always
     on_start:   never
 
+deploy:
+  - provider: releases
+    api_key:
+      secure: WWrChLn5LAThh6ay2sZcNkmzyWlV9uvjfGOCg0t/VA/AjEifwIaKN3qFOF55aILUSZ81SDbMtPZXTCywIVjjZY6Pc1I3c9mViWnBSbKLrQe4Z03RdxUosn3K3fPnDZB+8lxs9r02jW8T9bCIwTNe1Bi3Sf4PqoHRpslrqDemxC6lqDn/RHWZYg5ZKL5Md9P8qHQ2Jq9Cil5RRNHgy+jleeko47JrTxWjdi+ULM1SRNZm7mJqUVI3Ko7JvaUOcWsPB4eyTVpR7hONe3/RNnd4ToO7Sh1N3/Ynz2+o+1rBJWfcxR3A8E4wcZgWsTozfCF3Mu7HU9nwdjjmxWDYx5opru1wORmeLyof61B8HOmJVdLikHKGKcwFCz7cBXwcHIhdzVYT7I772JZJfioPQFSuDDljomByaY9r3ubKsHKcvex60bNXwnmk9yHRaNDLB/9ozV8io+LVrZVYZCQHc15jxlmQIElmrhrv1SgPwiabJnESsoHsEPkI0w4zd8Hx7ngk2r79UR3pAqFHEVG1i6y/8TlFRxxOLmVaUBab3gl1QGKnzl4pNVhQwUWXV/1n1fdgl4t4eHBnNY2wc+MYp4eRThnRuo73hQt8wBEYEh8N7uAkP6p6q2xr7pAuGWALRQ5HLIgKlQZA4qyoWaNDa+ZX2AsvbVtzv06BN0GcYIhFoRY=
+    file_glob: true
+    file:
+      - build/distrib/ctan/*.zip
+    skip_cleanup: true
+    on:
+      tags: true
+      branch: master
+    prerelease: false
+    draft: true





More information about the latex3-commits mailing list