[latex3-commits] [l3svn] branch master updated: Allow Travis to integrate with Gitter

noreply at latex-project.org noreply at latex-project.org
Wed Sep 23 22:54:58 CEST 2015


This is an automated email from the git hooks/post-receive script.

joseph pushed a commit to branch master
in repository l3svn.

The following commit(s) were added to refs/heads/master by this push:
       new  e440df7   Allow Travis to integrate with Gitter
e440df7 is described below

commit e440df73b0485e3e06db238ae7ef774d84df384a
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Wed Sep 23 21:54:47 2015 +0100

    Allow Travis to integrate with Gitter
---
 .travis.yml               |    9 +++++++++
 l3trial/l3htoks/build.lua |    5 +++--
 2 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 185c375..db40cc3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,3 +5,12 @@ install: true
 
 script:
  - export PATH=/tmp/texlive/bin/x86_64-linux:$PATH && texlua build.lua check -H
+
+notifications:
+  webhooks:
+    urls:
+      - https://webhooks.gitter.im/e/4dd3d371c10f780ad0e0
+    on_success: change  # options: [always|never|change] default: always
+    on_failure: always  # options: [always|never|change] default: always
+    on_start: never     # options: [always|never|change] default: always
+
diff --git a/l3trial/l3htoks/build.lua b/l3trial/l3htoks/build.lua
index 8dc4fcd..d81b14b 100644
--- a/l3trial/l3htoks/build.lua
+++ b/l3trial/l3htoks/build.lua
@@ -11,8 +11,9 @@ module = "l3htoks"
 maindir = "../.."
 
 -- Non-standard settings
-checkruns   = 2
-checksearch = true
+checkruns    = 2
+checkengines = {"pdftex", "xetex", "luatex"}
+checksearch  = true
 
 -- Load the common build code: this is the one place that a path needs to be
 -- hard-coded

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the latex3-commits mailing list