Browse Source

Disable LaTeX installation on Travis since the tests are skipped

pull/135/head
Oliverpool 9 years ago
parent
commit
4acb42cf87
  1. 22
      .travis.yml

22
.travis.yml

@ -8,16 +8,16 @@ install:
script:
- tox
sudo: false
addons:
apt:
packages:
- texlive-latex-base
- latex-xcolor
- texlive-latex-extra
- texlive-luatex
- texlive-xetex
- pgf
- lmodern
- lilypond
# addons:
# apt:
# packages:
# - texlive-latex-base
# - latex-xcolor
# - texlive-latex-extra
# - texlive-luatex
# - texlive-xetex
# - pgf
# - lmodern
# - lilypond
notifications:
email: false

Loading…
Cancel
Save