Skip to content

Commit

Permalink
Fix MariaDB 5.5 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMorel committed Apr 23, 2015
1 parent 501c969 commit dd0dd3a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions travis/install-mariadb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ apt-get install python-software-properties
apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0xcbcb082a1bb943db
add-apt-repository "deb http://ftp.hosteurope.de/mirror/mariadb.org/repo/$VERSION/ubuntu $OS_CODENAME main"

echo "
Package: *
Pin: origin ftp.hosteurope.de
Pin-Priority: 1000
" > /etc/apt/preferences.d/MariaDB.pref

apt-get update

debconf-set-selections <<< "mariadb-server-$VERSION mysql-server/root_password password rootpasswd"
Expand Down

0 comments on commit dd0dd3a

Please sign in to comment.