From 01eb2d2f5ce06217f83959d71146af47fdee6a3f Mon Sep 17 00:00:00 2001 From: Pratik Vyas Date: Mon, 12 Jan 2015 12:28:14 +0530 Subject: [PATCH] Update travis.yml --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 52e8cb41c3..8482ca96e1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,8 +16,8 @@ install: - sudo apt-get install mariadb-server mariadb-common libmariadbclient-dev - ./ci/fix-mariadb.sh - - wget http://downloads.sourceforge.net/project/wkhtmltopdf/0.12.1/wkhtmltox-0.12.1_linux-precise-amd64.deb - - sudo dpkg -i wkhtmltox-0.12.1_linux-precise-amd64.deb + - wget http://downloads.sourceforge.net/project/wkhtmltopdf/0.12.2/wkhtmltox-0.12.2_linux-precise-amd64.deb + - sudo dpkg -i wkhtmltox-0.12.2_linux-precise-amd64.deb - CFLAGS=-O0 pip install -r requirements.txt - pip install --editable .