From 81aaf3385100a232190c7240a3cfe1992e2ceeaa Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Tue, 25 Mar 2014 18:02:43 +0530 Subject: [PATCH] Fixed MariaDB install steps in travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 94cabd9ed7..052b32c712 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,7 @@ install: - sudo apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0xcbcb082a1bb943db - 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 - CFLAGS=-O0 pip install -r requirements.txt