Too many missing packages with a small TeXLive, installing texlive-full
This commit is contained in:
parent
58ef5a8187
commit
844fbcc3fb
|
@ -70,7 +70,7 @@ addons:
|
||||||
- texlive-fonts-extra
|
- texlive-fonts-extra
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt -y install texlive-generic-recommended
|
- sudo apt -y install texlive-full
|
||||||
- git clone https://github.com/greghendershott/travis-racket.git ~/travis-racket
|
- git clone https://github.com/greghendershott/travis-racket.git ~/travis-racket
|
||||||
- cat ~/travis-racket/install-racket.sh | bash # pipe to bash not sh!
|
- cat ~/travis-racket/install-racket.sh | bash # pipe to bash not sh!
|
||||||
- export PATH="${RACKET_DIR}/bin:${PATH}" #install-racket.sh can't set for us
|
- export PATH="${RACKET_DIR}/bin:${PATH}" #install-racket.sh can't set for us
|
||||||
|
|
Loading…
Reference in New Issue
Block a user