From 041a14a47b9bc080878798e98b8d2913ac92bc4a Mon Sep 17 00:00:00 2001 From: Pratik Vyas Date: Sun, 12 Oct 2014 17:01:58 +0530 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 230a97ffdd..10f6d79517 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ install: - sudo add-apt-repository 'deb http://ftp.osuosl.org/pub/mariadb/repo/5.5/ubuntu precise main' - sudo apt-get update - sudo apt-get purge -y mysql-common - - sudo apt-get install mariadb-server mariadb-common libmariadbclient-dev + - sudo apt-get install mariadb-server=5.5.39 mariadb-common=5.5.39 libmariadbclient-dev=5.5.39 - 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