Skip to content

Commit 4b7e328

Browse files
committed
Add PHP syntax/lint check to continuous integration tests
1 parent 68a43d8 commit 4b7e328

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ matrix:
1111
before_script:
1212
- php -S 127.0.0.1:8000 -t tests/PHPCurlClass/ &
1313
script:
14+
- php -l src/*
1415
- cd tests && phpunit --configuration phpunit.xml

0 commit comments

Comments
 (0)