Skip to content

Commit b4cc763

Browse files
author
Andrii Afanasiev
committed
update composer
1 parent 13f2ff4 commit b4cc763

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ before_install:
1111

1212
script:
1313
- php -v
14-
- vendor/bin/phpcs --standard=psr2 src/ tests/
14+
- vendor/bin/phpcs --standard=psr2 src/ tests/SymfonyRollbarBundle
1515
- vendor/bin/phpunit -c tests
1616

1717
after_success:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"scripts": {
3333
"test": [
3434
"composer install",
35-
"./vendor/bin/phpcs --standard=psr2 src/ tests/",
35+
"./vendor/bin/phpcs --standard=psr2 src/ tests/SymfonyRollbarBundle",
3636
"./vendor/bin/phpunit -c tests/"
3737
]
3838
}

0 commit comments

Comments
 (0)