Skip to content

Commit e85d2d5

Browse files
committed
Update paths to bin files
1 parent 13aa774 commit e85d2d5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ before_install:
2222
install:
2323
- composer update --no-interaction
2424
script:
25-
- ./bin/phpcs.phar --standard=PSR2 ./src -v
26-
- ./bin/phpcpd.phar ./src
27-
- ./bin/security-checker.phar security:check ./composer.lock
28-
- ./bin/phpmd.phar ./src text ./phpmd.xml
29-
- ./bin/phpunit.phar --coverage-clover build/logs/clover.xml
25+
- ./vendor/bin/phpcs.phar --standard=PSR2 ./src -v
26+
- ./vendor/bin/phpcpd.phar ./src
27+
- ./vendor/bin/security-checker.phar security:check ./composer.lock
28+
- ./vendor/bin/phpmd.phar ./src text ./phpmd.xml
29+
- ./vendor/bin/phpunit.phar --coverage-clover build/logs/clover.xml
3030
after_success:
31-
- ./bin/test-reporter
31+
- ./vendor/bin/test-reporter
3232
notifications:
3333
email: false
3434
webhooks:

0 commit comments

Comments
 (0)