diff --git a/.travis.yml b/.travis.yml index 4e277a3..c2adae8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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