mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-25 03:08:51 +02:00
Create the correct DB in travis.
This commit is contained in:
parent
215a6cd1e7
commit
822fa7e7e4
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ php:
|
||||||
- 'nightly'
|
- 'nightly'
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- mysql -e 'CREATE DATABASE partdb_test;'
|
- mysql -e 'CREATE DATABASE part-db_test;'
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- composer install
|
- composer install
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue