mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-23 23:08:39 +00:00
Remove sudo
This commit is contained in:
parent
26b6a605ad
commit
73192e179a
|
|
@ -1,6 +1,4 @@
|
|||
language: php
|
||||
dist: trusty
|
||||
sudo: required
|
||||
php:
|
||||
- '7.2'
|
||||
- nightly
|
||||
|
|
@ -12,9 +10,9 @@ addons:
|
|||
- mysql-server
|
||||
- mysql-client
|
||||
before_script:
|
||||
- sudo mysql -e "use mysql; update user set authentication_string=PASSWORD('123456') where User='root'; update user set plugin='mysql_native_password';FLUSH PRIVILEGES;"
|
||||
- sudo mysql_upgrade
|
||||
- sudo service mysql restart
|
||||
- mysql -e "use mysql; update user set authentication_string=PASSWORD('123456') where User='root'; update user set plugin='mysql_native_password';FLUSH PRIVILEGES;"
|
||||
- mysql_upgrade
|
||||
- service mysql restart
|
||||
- pecl install ast
|
||||
- composer install
|
||||
script:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user