Skip to content

Commit 40bdcba

Browse files
authored
Merge pull request #14 from magento/Travis-Codacy-Integration-Fix
Travis YML codacy integration: Fix wrong path
2 parents 1aab76b + ece187f commit 40bdcba

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)