[latex3-commits] [git/LaTeX3-latex3-latex3] master: Set up parallel doc target test (f21bcd7)
Joseph Wright
joseph.wright at morningstar2.co.uk
Wed Feb 27 23:24:37 CET 2019
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/f21bcd746dde2f9c5b7e0ec6fde3e9d89f63152b
>---------------------------------------------------------------
commit f21bcd746dde2f9c5b7e0ec6fde3e9d89f63152b
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Wed Feb 27 22:24:20 2019 +0000
Set up parallel doc target test
>---------------------------------------------------------------
f21bcd746dde2f9c5b7e0ec6fde3e9d89f63152b
.travis.yml | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 4a45a3b..c451ac5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,8 +6,10 @@ cache:
- /tmp/texlive
- $HOME/.texlive
-script:
- - texlua build.lua check -q -H
+jobs:
+ include:
+ - script: l3build check -q -H
+ - script: l3build doc -q -H
notifications:
email:
More information about the latex3-commits
mailing list