Skip to content

Commit

Permalink
mariadb to mysql
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Jan 30, 2020
1 parent bd07f74 commit a45a3ab
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Expand Up @@ -59,13 +59,13 @@ matrix:
# We exclude some combinations not usefull to save Travis CPU
exclude:
- php: '7.0'
env: DB=mariadb
env: DB=mysql
- php: '7.1'
env: DB=mariadb
env: DB=mysql
- php: '7.2'
env: DB=mariadb
env: DB=mysql
- php: '7.3'
env: DB=mariadb
env: DB=mysql
- php: '7.0'
env: DB=postgresql
- php: '7.1'
Expand Down Expand Up @@ -451,7 +451,7 @@ after_failure:
# Dolibarr log file
echo "Debugging informations for file dolibarr.log (latest 50 lines)"
tail -n 50 $TRAVIS_BUILD_DIR/documents/dolibarr.log
# MariaDB log file
# Database log file
echo "Debugging informations for file mysql error.log"
sudo tail -n 50 /var/log/mysql/error.log
# TODO: PostgreSQL log file
Expand Down

0 comments on commit a45a3ab

Please sign in to comment.