[latex3-commits] [git/LaTeX3-latex3-latex3] master: Enable full CTAN build for tags (80fd0dbbf)
Joseph Wright
joseph.wright at morningstar2.co.uk
Mon Sep 30 00:42:31 CEST 2019
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/80fd0dbbfe3f082364d37e6ac56d729cf472a902
>---------------------------------------------------------------
commit 80fd0dbbfe3f082364d37e6ac56d729cf472a902
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Sun Sep 29 23:42:31 2019 +0100
Enable full CTAN build for tags
>---------------------------------------------------------------
80fd0dbbfe3f082364d37e6ac56d729cf472a902
.travis.yml | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 1bf7feca6..d935d7cc1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,10 +8,15 @@ cache:
jobs:
include:
- - script: l3build check -q -H --show-log-on-error
+ - if: NOT tag IS present
+ script: l3build check -q -H --show-log-on-error
name: "Test suite"
- - script: l3build doc -q -H
+ - if: NOT tag IS present
+ script: l3build doc -q -H
name: "Documentation"
+ - if: tag IS present
+ script: l3build ctan -H --show-log-on-error
+ name: "Full CTAN build"
notifications:
email:
More information about the latex3-commits
mailing list