mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-13 07:18:39 +00:00
Check without mysql restart
This commit is contained in:
parent
9fa2d7067a
commit
886cc8b6bf
|
|
@ -1,6 +1,4 @@
|
|||
language: php
|
||||
dist: trusty
|
||||
sudo: required
|
||||
php:
|
||||
- '7.2'
|
||||
- nightly
|
||||
|
|
@ -8,7 +6,6 @@ services:
|
|||
- mysql
|
||||
before_script:
|
||||
- mysql -e "use mysql; update user set authentication_string=PASSWORD('123456') where User='root'; update user set plugin='mysql_native_password';FLUSH PRIVILEGES;"
|
||||
- sudo service mysql restart
|
||||
- pecl install ast
|
||||
- composer install
|
||||
script:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user