1
0
mirror of https://github.com/flarum/core.git synced 2025-07-18 23:31:17 +02:00

Update .travis.yml

remove conditional which is unnecessary
This commit is contained in:
Daniël Klabbers
2018-05-30 10:36:00 +02:00
committed by GitHub
parent 6b723a86e3
commit 2ea20ab613

View File

@@ -27,7 +27,8 @@ matrix:
- DB=mysql
before_install:
- if [[ "$DB" == "mysql" || "$DB" == "mariadb" ]]; then mysql -e 'CREATE DATABASE flarum;'; fi
- mysql -e 'CREATE DATABASE flarum;'
before_script:
- composer self-update
- composer install