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
9cce5c81d0
commit
a2a288d4be
|
|
@ -19,7 +19,7 @@ services:
|
|||
|
||||
|
||||
addons:
|
||||
mariadb: 10.4
|
||||
mariadb: '10.4'
|
||||
# Force postgresql version
|
||||
#postgresql: '10'
|
||||
#apt:
|
||||
|
|
@ -228,7 +228,7 @@ before_script:
|
|||
# Ensure we stop on error with set -e
|
||||
set +e
|
||||
echo "MySQL drop database"
|
||||
sudo mysql -u root -e 'DROP DATABASE IF EXISTS travis;'
|
||||
sudo mysql -u root -p -e 'DROP DATABASE IF EXISTS travis;'
|
||||
echo "MySQL create database"
|
||||
sudo mysql -u root -e "CREATE DATABASE IF NOT EXISTS travis CHARACTER SET = 'utf8';"
|
||||
echo "MySQL list current users"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user