mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-13 15:18:41 +00:00
Remove sudo
This commit is contained in:
parent
26b6a605ad
commit
73192e179a
|
|
@ -1,6 +1,4 @@
|
||||||
language: php
|
language: php
|
||||||
dist: trusty
|
|
||||||
sudo: required
|
|
||||||
php:
|
php:
|
||||||
- '7.2'
|
- '7.2'
|
||||||
- nightly
|
- nightly
|
||||||
|
|
@ -12,9 +10,9 @@ addons:
|
||||||
- mysql-server
|
- mysql-server
|
||||||
- mysql-client
|
- mysql-client
|
||||||
before_script:
|
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;"
|
- 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
|
- mysql_upgrade
|
||||||
- sudo service mysql restart
|
- service mysql restart
|
||||||
- pecl install ast
|
- pecl install ast
|
||||||
- composer install
|
- composer install
|
||||||
script:
|
script:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user