Added texlive-latex-recommended dependency to Travis, so that the PDFs can be built
This commit is contained in:
parent
2fde3d59d9
commit
f07dd73c96
|
@ -45,6 +45,7 @@ addons:
|
||||||
#- asymptote
|
#- asymptote
|
||||||
#- texlive-binaries
|
#- texlive-binaries
|
||||||
- texlive-base
|
- texlive-base
|
||||||
|
- texlive-latex-recommended
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- git clone https://github.com/greghendershott/travis-racket.git ~/travis-racket
|
- git clone https://github.com/greghendershott/travis-racket.git ~/travis-racket
|
||||||
|
@ -62,8 +63,8 @@ before_script:
|
||||||
script:
|
script:
|
||||||
- raco test -x -p scribble-math
|
- raco test -x -p scribble-math
|
||||||
- scribble --pdf scribblings/scribble-math.scrbl
|
- scribble --pdf scribblings/scribble-math.scrbl
|
||||||
|
- raco setup --check-pkg-deps --pkgs scribble-math
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- raco setup --check-pkg-deps --pkgs scribble-math
|
|
||||||
- raco pkg install --deps search-auto cover cover-coveralls
|
- raco pkg install --deps search-auto cover cover-coveralls
|
||||||
- raco cover -b -f coveralls -d $TRAVIS_BUILD_DIR/coverage .
|
- raco cover -b -f coveralls -d $TRAVIS_BUILD_DIR/coverage .
|
||||||
|
|
Loading…
Reference in New Issue
Block a user