Skip to content

Commit

Permalink
Fix download in travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehaertl committed Jan 23, 2015
1 parent a67e17c commit 3532bee
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Expand Up @@ -7,7 +7,8 @@ php:
before_install:
- sudo apt-get update
install:
- sudo apt-get install xvfb curl
- sudo curl -O 'http://skylink.dl.sourceforge.net/project/wkhtmltopdf/0.12.1/wkhtmltox-0.12.1_linux-precise-amd64.deb'
- sudo apt-get install xvfb curl wget
- echo 'content-disposition = on' >> /etc/wgetrc
- sudo wget 'http://downloads.sourceforge.net/project/wkhtmltopdf/archive/0.12.1/wkhtmltox-0.12.1_linux-precise-amd64.deb?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Fwkhtmltopdf%2Ffiles%2Farchive%2F0.12.1%2Fwkhtmltox-0.12.1_linux-precise-amd64.deb%2Fdownload%3Fuse_mirror%3Dnetcologne&ts=1422007350&use_mirror=hivelocity'
- sudo dpkg -i ./wkhtmltox-0.12.1_linux-precise-amd64.deb
- composer install

0 comments on commit 3532bee

Please sign in to comment.