Strauman / travis-latexbuild

Building LaTeX packages using Travis-CI
12 stars 4 forks source link

Remove the need for `travis-texbuild.sh` #11

Open Strauman opened 5 years ago

Strauman commented 5 years ago

Figure out a way to remove the travis-texbuild.sh, and move it's functionality (the docker-run part to .travis.yml) and docker based on what's appropriate.

This entails making the docker push from the git ( see #10 ) and running the docker with appropriate env-variables from .travis.yml ( see #12 )