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 1d67b6d commit 2071627Copy full SHA for 2071627
.travis.yml
@@ -32,7 +32,7 @@ script:
32
- cat composer.json | grep symfony\/symfony
33
- php -v
34
- ./vendor/bin/phpcs --standard=psr2 DependencyInjection/ EventListener/ Provider/ Tests/SymfonyRollbarBundle
35
- - ./vendor/bin/phpunit -c Tests/phpunit.xml.dist
+ - ./vendor/bin/phpunit -c phpunit.xml.dist
36
37
after_success:
38
- bash <(curl -s https://codecov.io/bash)
0 commit comments