This commit is contained in:
Dave Horton
2019-12-05 10:22:05 -05:00
parent 10442c96ab
commit 7456d58e36
+1 -5
View File
@@ -8,10 +8,6 @@ env:
- MYSQL_ROOT_PASSWORD=root
before_install:
- cat ~travis/.my.cnf
- sed -i -r -e 's/password =/password = root/g' ~travis/.my.cnf
- tee -a ~travis/.my.cnf > /dev/null << "[mysqld]"
- tee -a ~travis/.my.cnf > /dev/null << "default-authentication-plugin=mysql_native_password"
- cat ~travis/.my.cnf
- sudo systemctl restart mysql
- mysql -h localhost -u root -e "show databases"
script:
- npm test