From 4acb42cf87c0f9b19603ad67826a35db10b97718 Mon Sep 17 00:00:00 2001 From: Oliverpool Date: Thu, 29 Oct 2015 12:29:28 +0100 Subject: [PATCH] Disable LaTeX installation on Travis since the tests are skipped --- .travis.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.travis.yml b/.travis.yml index f142cd84..c398bbfe 100644 --- a/.travis.yml +++ b/.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