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: script:
- tox - tox
sudo: false sudo: false
addons: # addons:
apt: # apt:
packages: # packages:
- texlive-latex-base # - texlive-latex-base
- latex-xcolor # - latex-xcolor
- texlive-latex-extra # - texlive-latex-extra
- texlive-luatex # - texlive-luatex
- texlive-xetex # - texlive-xetex
- pgf # - pgf
- lmodern # - lmodern
- lilypond # - lilypond
notifications: notifications:
email: false email: false

Loading…
Cancel
Save