....
This commit is contained in:
parent
f42cf56b0c
commit
5db8e1c9ec
1 changed files with 3 additions and 3 deletions
|
@ -7,11 +7,11 @@ services:
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- $HOME/.composer/cache/files
|
- $HOME/.composer/cache/files
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- DATABASE_URL="lbry:lbry@tcp(localhost:15500)/chainquery"
|
- DATABASE_URL=mysql://lbry:lbry@localhost:15500/chainquery
|
||||||
- DATABASE_TEST_URL="lbry:lbry@tcp(localhost:15500)/chainquery"
|
- DATABASE_TEST_URL=mysql://lbry:lbry@localhost:15500/chainquery
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- composer require cakephp/cakephp-codesniffer:~2.1
|
- composer require cakephp/cakephp-codesniffer:~2.1
|
||||||
|
|
Loading…
Reference in a new issue