CV/.travis.yml
2018-03-13 13:38:18 +01:00

23 lines
424 B
YAML

sudo: true
dist: trusty
language: bash
general:
branches:
only:
- ci_setup
before_install:
- PROJECTDIR=$(pwd)
- cd /tmp && wget http://ftp.fau.de/ctan/systems/texlive/tlnet/install-tl-unx.tar.gz
- tar -xvzf install-tl-unx.tar.gz
- cd install-tl-*
- chmod +x install-tl
- sudo ./install-tl --profile=$PROJECTDIR/texlive.profile
- tex --version
- pdflatex -v
script:
- bash tests/testall.sh