Skip examples language-chinese and language-japanese because they don't run on travis

This commit is contained in:
Wandmalfarbe 2021-02-02 23:10:32 +01:00
parent 221a18a84c
commit ac02de2aab

View File

@ -1,6 +1,5 @@
#!/bin/bash
set -e
cp "../eisvogel.tex" "../eisvogel.latex"
echo "##"
echo "# building examples"
@ -28,7 +27,7 @@ containsElement () {
}
# these examples are skipped because they don't run on travis (for now)
skippedExamples=("images-and-tables")
skippedExamples=("language-chinese" "language-japanese")
# loop all files in the current folder
for f in *; do