Browse Source

More Travis testing

Steven Smith 9 years ago
parent
commit
3f3e711e4c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/travis_setup.sh

+ 1 - 1
config/travis_setup.sh

@@ -70,7 +70,7 @@ echo "Populating MySQL database"
 sudo mysqladmin -u root password secret
 sudo restart mysql
 mysql -uroot -psecret < config/create.sql
-echo "select * from fortune" | mysql -ubenchmarkdbuser -pbenchmarkdbpass hello_world
+echo "select * from fortune" | mysql -ubenchmarkdbuser -pbenchmarkdbpass -h127.0.0.1 hello_world
 
 # Setup Postgres
 echo "Removing Postgres 9.1 from Travis-CI"