Skip to content

Commit 4aafca4

Browse files
committed
Fix travis to use composer script
1 parent 674be75 commit 4aafca4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ before_script:
2424

2525
script:
2626
- ./vendor/bin/phpunit --coverage-clover ./build/logs/clover.xml
27-
- ./vendor/bin/phpcs --standard=PSR2 ./src/
28-
- ./vendor/bin/phpcs --standard=PSR2 ./test/
27+
- composer cs
2928

3029
after_script:
3130
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)