mirror of
https://github.com/flarum/framework.git
synced 2025-03-02 17:31:54 +08:00
Update .travis.yml
remove conditional which is unnecessary
This commit is contained in:
parent
6b723a86e3
commit
2ea20ab613
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user