Files
php-curl-class/tests/script.sh
T
2014-07-24 10:39:35 -07:00

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