Work-around for glob() randomly failing for no reason
[GitHub/WoltLab/WCF.git] / .travis.yml
CommitLineData
a3765d0c
TD
1language: php
2php:
0a41bff6 3 - 5.6
a3765d0c
TD
4 - 5.3
5before_install:
0a41bff6 6 - pyrus install pear/PHP_CodeSniffer
a3765d0c
TD
7 - phpenv rehash
8script:
80f93e91 9 - find . -type f -name '*.php' |xargs -I file php -l file > /dev/null
f8bb8045 10 - phpcs -p --extensions=php --standard="`pwd`/CodeSniff/WCF" .