Skip to content

Commit 05c8909

Browse files
committed
build(travis): php -l
1 parent 3ee70f0 commit 05c8909

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ php:
1111
install:
1212
- composer install --prefer-dist
1313

14+
before_script:
15+
- for P in src tests; do find $P -type f -name '*.php' -exec php -l {} \;; done
16+
1417
script:
1518
- vendor/bin/phpunit --coverage-text --coverage-clover=coverage.xml
1619

0 commit comments

Comments
 (0)