Skip to content

Commit

Permalink
Update gs to 9.15 before running travis tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kylemacfarlane committed Jan 28, 2015
1 parent 1e577ec commit 90ace6f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Expand Up @@ -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

0 comments on commit 90ace6f

Please sign in to comment.