mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Test CI
This commit is contained in:
parent
941c91bd01
commit
92da7cc1ff
10
.travis.yml
10
.travis.yml
|
|
@ -14,12 +14,12 @@ git:
|
|||
# Start on every boot
|
||||
services:
|
||||
- memcached
|
||||
- mysql
|
||||
#- mysql
|
||||
- postgresql
|
||||
|
||||
|
||||
#addons:
|
||||
#mariadb: 10.4
|
||||
addons:
|
||||
mariadb: 10.4
|
||||
# Force postgresql version
|
||||
#postgresql: '10'
|
||||
#apt:
|
||||
|
|
@ -269,8 +269,8 @@ before_script:
|
|||
mysql -u root -e "CREATE DATABASE IF NOT EXISTS travis CHARACTER SET = 'utf8';"
|
||||
echo "MySQL list current users"
|
||||
mysql -u root -e 'use mysql; select * from user;'
|
||||
echo "MySQL create user"
|
||||
mysql -u root -e "CREATE USER 'travis'@'127.0.0.1' IDENTIFIED BY 'password';"
|
||||
#echo "MySQL create user"
|
||||
#mysql -u root -e "CREATE USER 'travis'@'127.0.0.1' IDENTIFIED BY 'password';"
|
||||
echo "MySQL grant"
|
||||
mysql -u root -e 'GRANT ALL PRIVILEGES ON travis.* TO travis@127.0.0.1;'
|
||||
echo "MySQL flush"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user