mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2024-12-04 15:06:51 +01:00
Adapted shellcheck path
This commit is contained in:
parent
35fc5a8394
commit
61c7b8ac73
@ -23,6 +23,6 @@ script:
|
|||||||
- php ./vendor/bin/php-cs-fixer fix -v --diff --dry-run ./src/
|
- php ./vendor/bin/php-cs-fixer fix -v --diff --dry-run ./src/
|
||||||
- bin/console doctrine:schema:validate --skip-sync
|
- bin/console doctrine:schema:validate --skip-sync
|
||||||
- vendor/bin/phpunit --coverage-clover=coverage.xml
|
- vendor/bin/phpunit --coverage-clover=coverage.xml
|
||||||
- shellcheck administration/*.sh
|
- shellcheck ../../administration/*.sh
|
||||||
after_success:
|
after_success:
|
||||||
- bash <(curl -s https://codecov.io/bash)
|
- bash <(curl -s https://codecov.io/bash)
|
||||||
|
Loading…
Reference in New Issue
Block a user