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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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