mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-01-09 14:07:25 +01:00
adapted executes
This commit is contained in:
parent
58785e22f3
commit
5a4dfb9047
@ -5,9 +5,9 @@ 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
|
||||||
before_script:
|
before_script:
|
||||||
- travis_retry (cd application && composer self-update)
|
- travis_retry cd application && composer self-update
|
||||||
- travis_retry (cd application && composer install --no-interaction --prefer-source --dev)
|
- travis_retry cd application && composer install --no-interaction --prefer-source --dev
|
||||||
script:
|
script:
|
||||||
- application/vendor/bin/phpunit --coverage-clover=coverage.xml
|
- application/vendor/bin/phpunit --coverage-clover=coverage.xml
|
||||||
after_success:
|
after_success:
|
||||||
- (cd application && bash <(curl -s https://codecov.io/bash))
|
- cd application && bash <(curl -s https://codecov.io/bash)
|
||||||
|
Loading…
Reference in New Issue
Block a user