CV/.travis.yml
2017-05-26 10:13:43 +02:00

15 lines
329 B
YAML

sudo: require
dist: trusty
language: bash
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y texlive-base texlive-latex-base texlive-latex-extra texlive-fonts-extra
script:
- bash tests/test.sh classic
- bash tests/test.sh modern
- bash tests/test.sh two_columns
- bash tests/test.sh infographics