Skip to content

Commit 2071627

Browse files
committed
fix: travis
1 parent 1d67b6d commit 2071627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ script:
3232
- cat composer.json | grep symfony\/symfony
3333
- php -v
3434
- ./vendor/bin/phpcs --standard=psr2 DependencyInjection/ EventListener/ Provider/ Tests/SymfonyRollbarBundle
35-
- ./vendor/bin/phpunit -c Tests/phpunit.xml.dist
35+
- ./vendor/bin/phpunit -c phpunit.xml.dist
3636

3737
after_success:
3838
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)