diff --git a/.travis.yml b/.travis.yml index 492f906..03cfbc5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,3 +10,8 @@ script: - tox notifications: email: false +before_install: + - wget http://downloads.ghostscript.com/public/binaries/ghostscript-9.15-linux-x86_64.tgz + - tar -xvf ghostscript-9.15-linux-x86_64.tgz + - mv ghostscript-9.15-linux-x86_64/gs-915-linux_x86_64 ghostscript-9.15-linux-x86_64/gs + - export PATH=$PWD/ghostscript-9.15-linux-x86_64:$PATH