mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-22 18:03:37 +02:00
Fixed typo in .travis.yml
This commit is contained in:
parent
45a624d768
commit
99eb5a0e45
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 partdb_test;'
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- composer install
|
- composer install
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue