CV/.travis.yml

20 lines
400 B
YAML

sudo: true
dist: trusty
language: bash
general:
branches:
only:
- ci_setup
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y texlive-base texlive-latex-base texlive-latex-extra texlive-fonts-recommended texlive-fonts-extra
script:
- bash tests/test.sh classic
- bash tests/test.sh modern
- bash tests/test.sh two_column
- bash tests/test.sh infographics