Add PHP syntax/lint check to continuous integration tests

This commit is contained in:
Zach Borboa
2014-04-01 22:14:16 -07:00
parent 68a43d8312
commit 4b7e328b84
+1
View File
@@ -11,4 +11,5 @@ matrix:
before_script:
- php -S 127.0.0.1:8000 -t tests/PHPCurlClass/ &
script:
- php -l src/*
- cd tests && phpunit --configuration phpunit.xml