add my_config patch to travis

This commit is contained in:
Pratik Vyas
2014-10-12 19:35:46 +05:30
parent a538f8a24a
commit 27e37e68b2
3 changed files with 35 additions and 0 deletions

View File

@@ -14,6 +14,8 @@ install:
- sudo apt-get update
- sudo apt-get purge -y mysql-common
- 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
- CFLAGS=-O0 pip install git+https://github.com/frappe/frappe.git@develop