Update .travis.yml
This commit is contained in:
parent
0c2f037f9a
commit
041a14a47b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue