Browse Source

[TravisCI] start mysql

Andy Li 9 years ago
parent
commit
a1c907e149
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .travis.yml

+ 2 - 1
.travis.yml

@@ -124,7 +124,8 @@ install:
 
 before_script:
   - if [ "${TRAVIS_OS_NAME}" = "osx" ]; then
-    travis_retry brew install mysql;
+    travis_retry brew install mysql &&
+    mysql.server start;
     fi
   - mysql -u root -e "CREATE DATABASE haxe_test;";