From 350e310a8f763a2209973b1165f91cdcdaaa8cc5 Mon Sep 17 00:00:00 2001 From: Dave Horton Date: Thu, 5 Dec 2019 09:59:34 -0500 Subject: [PATCH] set root pwd in travis --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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