Explorar o código

[TravisCI] start mysql

Andy Li %!s(int64=9) %!d(string=hai) anos
pai
achega
a1c907e149
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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;";