Skip to content

Commit 0add46e

Browse files
committed
fix travis builds by using 64 bit binary
1 parent 8261c09 commit 0add46e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

travis/before-script.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

3-
sudo aptitude install -y openssl build-essential xorg libssl-dev
4-
wget http://wkhtmltopdf.googlecode.com/files/wkhtmltopdf-0.10.0_rc2-static-i386.tar.bz2
5-
tar xvjf wkhtmltopdf-0.10.0_rc2-static-i386.tar.bz2
6-
sudo chown root:root wkhtmltopdf-i386
7-
sudo mv wkhtmltopdf-i386 /usr/bin/wkhtmltopdf
3+
sudo apt-get install -y openssl build-essential xorg libssl-dev
4+
wget http://wkhtmltopdf.googlecode.com/files/wkhtmltopdf-0.10.0_rc2-static-amd64.tar.bz2
5+
tar xvjf wkhtmltopdf-0.10.0_rc2-static-amd64.tar.bz2
6+
sudo chown root:root wkhtmltopdf-amd64
7+
sudo mv wkhtmltopdf-amd64 /usr/bin/wkhtmltopdf

0 commit comments

Comments
 (0)