[latex3-commits] [git/LaTeX3-latex3-latex3] master: Drop redundant and ignored Travis condition (a61265dab)
Marcel Fabian Krüger
tex at 2krueger.de
Tue Oct 1 14:49:07 CEST 2019
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/a61265dab07b007e72b91fd05fb7d5648d1fbd11
>---------------------------------------------------------------
commit a61265dab07b007e72b91fd05fb7d5648d1fbd11
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date: Tue Oct 1 14:46:02 2019 +0200
Drop redundant and ignored Travis condition
Tags in Git do not live in any specific branch, so a branch condition
for builds based on tags doesn't really fit into Git's model. Therefore
Travis silently ignores `branch: ...` if `tags: true` is given.
>---------------------------------------------------------------
a61265dab07b007e72b91fd05fb7d5648d1fbd11
.travis.yml | 1 -
1 file changed, 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 30a774361..0832f7003 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -36,5 +36,4 @@ deploy:
skip_cleanup: true
on:
tags: true
- branch: master
prerelease: false
More information about the latex3-commits
mailing list