[latex3-commits] [git/LaTeX3-latex3-latex3] master: Revert YAML changes (db79d5026)
Joseph Wright
joseph.wright at morningstar2.co.uk
Sat Jan 9 16:13:02 CET 2021
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/db79d50263692883aba94901c6a570e570cf7b9c
>---------------------------------------------------------------
commit db79d50263692883aba94901c6a570e570cf7b9c
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Sat Jan 9 15:12:08 2021 +0000
Revert YAML changes
This reverts commits:
- 5bcb2d89239256d864d6c4c918425ce198c1a5d5.
- 39d1eb388590341a26395eeb11669922cc91c6c7.
- 5b195924675050abd2bad545e65f9d1aad3c5843.
as we are still not getting zip files out of the tagging process.
>---------------------------------------------------------------
db79d50263692883aba94901c6a570e570cf7b9c
.travis.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 3f47c759d..112116eee 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,3 @@
-os: linux
-dist: xenial
-
install:
- source ./support/texlive.sh
@@ -28,14 +25,17 @@ notifications:
- latex3-commits at tug.org
on_success: change
on_failure: always
+ on_start: never
deploy:
+ - edge: true # opt in to dpl v2
- provider: releases
api_key:
secure: EIiSaEhhCneIgWd3peJkT+WNpQ+eMnFh3oWJDHzfQfuhHA1XpPTFUbk4dpIPtGd3gE9ImFJ5MV3hhWljI0qIH2RRj62uERh0WWEUiuR3Ol0wTV5FgK/5WqjNnS5DNbtyRPCBq600tHueEPPp9zi6lrXZCylpBfKjRtu+r73mf2SgaT7DWMYdnKaXJCSCZiYHywDR1M6hJyvB42yYCZNbqpOTD58T3uv1u+qZNLibFxBAc2bU7DEaBkbSTYWVVIEsm7+5S0n7NaebDW0D6quVPByTzZ5kFYMuk7z2H9bqU9D0FkGwkkz4UJtVIoQpbkXDw02AElmGeO/1j0+r0gAkmZKh51r1n9CFGrjabpu8cY5AfQYDDC5moffmzp9onqOyhYvR33BkeTbXOY53HXcxCHJRhiTxzSj00RUNNp+IC21wn6PYBBvfbUeAisrF1gwMQblWfCWLTESVYRpKJNbahuc/8XKOm+Qk1PwkyIW/VZVIUC8Yrbs8QrzJkWsb/ie97uQhipkVz4fIHN/j1dby0q01RHH84tNi/pV0Oflk7Azt2/T8BWGKAXhsBD6lQiBKWElNgDLdWaM0cy4i16lD4t7HelLkXokOxVVTbKvUimhrt5qy2S+6Q1tQfx/uXmtP+InL93WH50dhkdzKtqfHL+Kym7a/ivOsQVGgFhg3Yv8=
file_glob: true
file:
- ./*.zip
+ skip_cleanup: true
on:
tags: true
prerelease: false
More information about the latex3-commits
mailing list.