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 7443c27 commit 5c13cd1Copy full SHA for 5c13cd1
.travis.yml
@@ -29,6 +29,7 @@ before_install:
29
- php -dmemory_limit=-1 composer.phar update
30
31
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
0 commit comments