You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# see https://docs.travis-ci.com/user/trusty-ci-environment/
sudo: required
dist: trusty
before_install:
- _scripts/travis-install-tl.sh
# refresh PATH variable
- . /etc/environment
# latexmk has to be installed after install-tl-ubuntu to ensure that texlive is not taken from debian, but the latest one. In other words: addons->apt->packages cannot be used