mirror of
https://github.com/jambonz/jambonz-api-server.git
synced 2026-05-06 08:47:00 +00:00
travis
This commit is contained in:
+1
-5
@@ -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
|
||||
Reference in New Issue
Block a user