Skip to content

Commit ece187f

Browse files
committed
Travis YML codacy integration: Fix wrong path
1 parent 1aab76b commit ece187f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ install:
77
before_script:
88
- composer require codacy/coverage --dev
99
script:
10-
- vendor/bin/all-checks
10+
- bin/all-checks
1111
after_script:
1212
- php vendor/bin/codacycoverage phpunit
1313

0 commit comments

Comments
 (0)