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:
@@ -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
|
||||
|
Reference in New Issue
Block a user