Adapted shellcheck path

This commit is contained in:
Kevin Frantz 2019-09-19 20:21:14 +02:00
parent 35fc5a8394
commit 61c7b8ac73
1 changed files with 1 additions and 1 deletions

View File

@ -23,6 +23,6 @@ script:
- php ./vendor/bin/php-cs-fixer fix -v --diff --dry-run ./src/
- bin/console doctrine:schema:validate --skip-sync
- vendor/bin/phpunit --coverage-clover=coverage.xml
- shellcheck administration/*.sh
- shellcheck ../../administration/*.sh
after_success:
- bash <(curl -s https://codecov.io/bash)