We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9666b2 commit 09c61aaCopy full SHA for 09c61aa
1 file changed
.travis.yml
@@ -33,11 +33,11 @@ install:
33
34
before_script:
35
- phpenv rehash
36
- - vendor/bin/phpcs --config-set installed_paths vendor/loadsys/loadsys_codesniffer,vendor/cakephp/cakephp-codesniffer
+ - vendor/bin/phpcs --config-set installed_paths vendor/loadsys/loadsys_codesniffer/Loadsys,vendor/cakephp/cakephp-codesniffer
37
38
script:
39
- vendor/bin/phpcs -p --extensions=php --standard=Loadsys src tests
40
- vendor/bin/phpunit --coverage-xml=tmp/clover.xml
41
42
notifications:
43
- email: false
+ email: false
0 commit comments