diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-02-22 13:53:55 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-02-22 13:53:55 +0000 |
| commit | 213c2f3f001a923927b92a13726f97824dba7cfb (patch) | |
| tree | 5113414f07b002ce30bf162b88f7e9b8629038fd | |
| parent | Add poppler-utils to Dockerfile (diff) | |
| download | paper2remarkable-213c2f3f001a923927b92a13726f97824dba7cfb.tar.gz paper2remarkable-213c2f3f001a923927b92a13726f97824dba7cfb.zip | |
Remove texlive from travis
| -rw-r--r-- | .travis.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 5551597..f412f9b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,10 +6,9 @@ python: before_install: - sudo apt-get update - - sudo apt-get install ghostscript pdftk texlive-extra-utils poppler-utils + - sudo apt-get install ghostscript pdftk poppler-utils install: - - pip install six - pip install -e .[dev] script: |
