[latex3-commits] [git/LaTeX3-latex3-l3build] master: Drop redundant and ignored Travis condition (042c355)
Marcel Fabian Krüger
zauguin at gmail.com
Tue Oct 1 14:52:38 CEST 2019
Repository : https://github.com/latex3/l3build
On branch : master
Link : https://github.com/latex3/l3build/commit/042c355d6c3fb654ed92e68cd7d052d85511bbcc
>---------------------------------------------------------------
commit 042c355d6c3fb654ed92e68cd7d052d85511bbcc
Author: Marcel Fabian Krüger <zauguin at gmail.com>
Date: Tue Oct 1 14:52:38 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.
>---------------------------------------------------------------
042c355d6c3fb654ed92e68cd7d052d85511bbcc
.travis.yml | 1 -
1 file changed, 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 89b8a67..e8a35e8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -27,5 +27,4 @@ deploy:
skip_cleanup: true
on:
tags: true
- branch: master
prerelease: false
More information about the latex3-commits
mailing list