From 1e33c641eab0f852f8e4fc59e48d4a6abbc028d6 Mon Sep 17 00:00:00 2001 From: Stefan Jung Date: Mon, 6 Nov 2023 21:59:00 +0100 Subject: [PATCH] Remove travis.yml --- .travis.yml | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index f5d2efe..0000000 --- a/.travis.yml +++ /dev/null @@ -1,31 +0,0 @@ -language: - - java - -jdk: - - oraclejdk11 - -env: - global: - - DITAOT="3.4.1" - - URL="https://github.com/dita-ot/dita-ot/releases/download/$DITAOT/dita-ot-$DITAOT.zip" - -before_script: - - zip -qr org.doctales.schematron.zip . -x *.zip* *.git/* *temp/* *out/* - - curl -LO $URL - - unzip -q dita-ot-$DITAOT.zip - - chmod +x dita-ot-$DITAOT/bin/dita - - chmod +x dita-ot-$DITAOT/bin/ant - - dita-ot-$DITAOT/bin/dita --install org.doctales.schematron.zip - - BASEDIR=$(dirname "$0") - -script: - - echo with SVRL - - dita-ot-$DITAOT/bin/dita -i samples/sample.ditamap -f pdf2 -v -Dschematron.topic.validation.files=../rules/topic-validation.sch,../rules/topic-terminology.sch -Dschematron.fail=false -Dschematron.failon.fatal=true -Dschematron.failon.error=true -Dschematron.failon.warning=true -Dschematron.failon.info=false -Dschematron.svrl.dir=out -Dclean.temp=no - - echo with Logfile - - dita-ot-$DITAOT/bin/dita -i samples/sample.ditamap -f pdf2 -v -Dschematron.topic.validation.files=../rules/topic-validation.sch,../rules/topic-terminology.sch -Dschematron.fail=false -Dschematron.failon.fatal=true -Dschematron.failon.error=true -Dschematron.failon.warning=true -Dschematron.failon.info=false -Dclean.temp=no - - -notifications: - slack: - rooms: - - doctales:BkI4k7awSFS5X5aT04Y3vHQ9#schematron