From 213f38a3127989623fdf143cdfc49783a776da7c Mon Sep 17 00:00:00 2001 From: Harsh Vakharia Date: Sun, 23 Aug 2015 00:26:02 +0530 Subject: [PATCH] Add tex installation --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a58a8dc..09f792d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,5 @@ +before_install: +- "sudo apt-get update && sudo apt-get install --no-install-recommends texlive-fonts-recommended texlive-latex-extra texlive-fonts-extra texlive-latex-recommended dvipng" script: - mkdir _build - pdflatex -output-directory _build tex/your_file_1.tex @@ -11,4 +13,4 @@ deploy: - _build/your_file_2.pdf skip_cleanup: true on: - tags: true \ No newline at end of file + tags: true