mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-13 15:18:41 +00:00
Use old db version
This commit is contained in:
parent
4f968d4420
commit
1783ef3804
12
.travis.yml
12
.travis.yml
|
|
@ -1,19 +1,11 @@
|
||||||
language: php
|
language: php
|
||||||
dist: trusty
|
|
||||||
sudo: required
|
|
||||||
php:
|
php:
|
||||||
- '7.2'
|
- '7.2'
|
||||||
- nightly
|
- nightly
|
||||||
addons:
|
services:
|
||||||
apt:
|
- mysql
|
||||||
sources:
|
|
||||||
- mysql-5.7-trusty
|
|
||||||
packages:
|
|
||||||
- mysql-server
|
|
||||||
- mysql-client
|
|
||||||
before_script:
|
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;"
|
- 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
|
- service mysql restart
|
||||||
- pecl install ast
|
- pecl install ast
|
||||||
- composer install
|
- composer install
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user