www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 8ad36517b3392d699b98f94a551029d3adc12dcf
parent b30af1d3183168c9d7607c0626f16294eeea1dd3
Author: Georges Dupéron <georges.duperon@gmail.com>
Date:   Mon, 20 Mar 2017 17:55:58 +0100

Added dependency on LaTeX packages

Diffstat:
M.travis.yml | 10++++++++++
1 file changed, 10 insertions(+), 0 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -32,6 +32,16 @@ env: - RACKET_VERSION=6.8 - RACKET_VERSION=HEAD +addons: + apt: + packages: + - texlive-latex-base + - texlive-fonts-extra + - texlive-fonts-recommended + - texlive-latex-extra + - latex-xcolor + #- graphviz + matrix: allow_failures: # - env: RACKET_VERSION=HEAD