diff --git a/.travis.yml b/.travis.yml index 3bbfbf6..66031d2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,8 +5,11 @@ node_js: services: - mysql env: - - MYSQL_ROOT_PASSWORD= + - MYSQL_ROOT_PASSWORD=root before_install: - cat ~travis/.my.cnf + - sed -i -r -e 's/password =/password = root/g' ~travis/.my.cnf + - cat ~travis/.my.cnf + - sudo systemctl restart mysql script: - npm test \ No newline at end of file