mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-26 22:09:25 +00:00
6 lines
158 B
Bash
6 lines
158 B
Bash
find . -type "f" -iname "*.php" | xargs -L "1" php -l
|
|
|
|
if [[ "${TRAVIS_PHP_VERSION}" != "5.3" ]]; then
|
|
cd tests && phpunit --configuration phpunit.xml
|
|
fi
|