We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13f2ff4 commit b4cc763Copy full SHA for b4cc763
.travis.yml
@@ -11,7 +11,7 @@ before_install:
11
12
script:
13
- php -v
14
- - vendor/bin/phpcs --standard=psr2 src/ tests/
+ - vendor/bin/phpcs --standard=psr2 src/ tests/SymfonyRollbarBundle
15
- vendor/bin/phpunit -c tests
16
17
after_success:
composer.json
@@ -32,7 +32,7 @@
32
"scripts": {
33
"test": [
34
"composer install",
35
- "./vendor/bin/phpcs --standard=psr2 src/ tests/",
+ "./vendor/bin/phpcs --standard=psr2 src/ tests/SymfonyRollbarBundle",
36
"./vendor/bin/phpunit -c tests/"
37
]
38
}
0 commit comments