Skip to content

Commit

Permalink
Merge pull request #26 from sehrope/fix-travis
Browse files Browse the repository at this point in the history
Update apt repo in travis setup script
  • Loading branch information
rusher committed Aug 4, 2015
2 parents 297b234 + 7f794e7 commit a26013e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis/before_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ else
sudo apt-get install python-software-properties

sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0xcbcb082a1bb943db
sudo add-apt-repository "deb http://ftp.igh.cnrs.fr/pub/mariadb/repo/${MARIA_VERSION}/ubuntu precise main"
sudo add-apt-repository "deb http://nyc2.mirrors.digitalocean.com/mariadb/repo/${MARIA_VERSION}/ubuntu precise main"

sudo apt-get update

Expand All @@ -57,4 +57,4 @@ sudo service mysql start

cat /etc/mysql/my.cnf

sudo mysql -uroot -e "create database IF NOT EXISTS test"
sudo mysql -uroot -e "create database IF NOT EXISTS test"

0 comments on commit a26013e

Please sign in to comment.