Added texlive dependency to .travis.yml
This commit is contained in:
parent
a8657fa9f4
commit
8e45d216c5
|
@ -2,6 +2,11 @@ sudo: false
|
|||
|
||||
language: c
|
||||
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- texlive-base
|
||||
|
||||
env:
|
||||
- PATH=~/racket/bin:$PATH
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user