mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-01-09 14:07:25 +01:00
Copied phpunit.xml.dist to phpunit.xml
This commit is contained in:
parent
155cca7695
commit
42a88cc7b4
@ -8,6 +8,7 @@ before_install:
|
|||||||
- sed -i 's/git@github.com:/https:\/\/github.com\//' .gitmodules
|
- sed -i 's/git@github.com:/https:\/\/github.com\//' .gitmodules
|
||||||
- git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
- cd application
|
- cd application
|
||||||
|
- cp phpunit.xml.dist phpunit.xml
|
||||||
before_script:
|
before_script:
|
||||||
- travis_retry composer self-update
|
- travis_retry composer self-update
|
||||||
- travis_retry composer install --no-interaction --prefer-source --dev
|
- travis_retry composer install --no-interaction --prefer-source --dev
|
||||||
|
Loading…
Reference in New Issue
Block a user