We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2346ed0 commit b773072Copy full SHA for b773072
1 file changed
.travis.yml
@@ -37,8 +37,10 @@ before_script:
37
- vendor/bin/phpcs --config-set installed_paths vendor/loadsys/loadsys_codesniffer,vendor/cakephp/cakephp-codesniffer
38
39
script:
40
- - vendor/bin/phpcs -p --extensions=php --standard=Loadsys src tests
41
- - vendor/bin/phpunit --coverage-xml=build/logs/clover.xml
+ - vendor/bin/phpcs -np --extensions=php --standard=Loadsys ./src ./tests
+ - vendor/bin/phpunit --coverage-clover=build/logs/clover.xml
42
+
43
+after_script:
44
- php vendor/bin/coveralls -v
45
46
notifications:
0 commit comments