Add TeXLive dependency for binhex.tex

This commit is contained in:
Suzanne Soy 2021-03-22 17:29:58 +00:00
parent 1f5f17f7c8
commit 58ef5a8187

View File

@ -70,6 +70,7 @@ addons:
- texlive-fonts-extra
before_install:
- sudo apt -y install texlive-generic-recommended
- git clone https://github.com/greghendershott/travis-racket.git ~/travis-racket
- 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