1
0
mirror of https://github.com/flarum/core.git synced 2025-08-06 16:36:47 +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 b91a3573db
commit f137eb358f

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