Skip to content

Commit

Permalink
[ travis ] Try docker image adnrv/texlive:custom
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed Apr 28, 2019
1 parent d6f796b commit cc54c92
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Expand Up @@ -9,8 +9,9 @@ before_install:
# - sudo apt-get -q update
# - sudo apt-get install -y texlive-latex-extra texlive-math-extra
- docker pull jlimperg/agda-stdlib
- docker pull texlive/texlive
# adnrv/texlive
- docker pull adnrv/texlive:custom
# texlive/texlive
#


script:
Expand Down
5 changes: 3 additions & 2 deletions fscd19/Makefile
Expand Up @@ -47,8 +47,9 @@ stlcagda = \

# END stlcagda

img=texlive/texlive
# WAS: adnrv/texlive
img=adnrv/texlive
# texlive/texlive


.PHONY : all debugMake html default deploy pack

Expand Down
5 changes: 3 additions & 2 deletions notes/Makefile
Expand Up @@ -43,8 +43,9 @@ stlcagda = \

# END stlcagda

img=texlive/texlive
# WAS: adnrv/texlive
img=adnrv/texlive
# texlive/texlive


.PHONY : all debugMake html default deploy pack

Expand Down

0 comments on commit cc54c92

Please sign in to comment.