mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-01-09 06:01:35 +01:00
Replaced slash
This commit is contained in:
parent
b6ae4786db
commit
2bca71187b
@ -11,7 +11,7 @@ before_install:
|
||||
- git submodule update --init --recursive
|
||||
- cd application
|
||||
- cp phpunit.xml.dist phpunit.xml
|
||||
- sed -i 's/DEV_USER:userpass@db\travis@127.0.0.1/g' phpunit.xml
|
||||
- sed -i 's/DEV_USER:userpass@db/travis@127.0.0.1/g' phpunit.xml
|
||||
before_script:
|
||||
- travis_retry composer self-update
|
||||
- travis_retry composer install --no-interaction --prefer-source --dev
|
||||
|
Loading…
Reference in New Issue
Block a user