mirror of
https://github.com/Wandmalfarbe/pandoc-latex-template.git
synced 2025-01-18 18:56:37 +00:00
Skip examples language-chinese
and language-japanese
because they don't run on travis
This commit is contained in:
parent
221a18a84c
commit
ac02de2aab
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user