Remove automatically set static DBO properties
[GitHub/WoltLab/com.woltlab.wcf.conversation.git] / .travis.yml
1 language: php
2 sudo: false
3 php:
4 - 5.6
5 - 5.5
6 before_install:
7 - pyrus install pear/PHP_CodeSniffer
8 - phpenv rehash
9 before_script:
10 - git clone --branch=master --depth=1 --quiet git://github.com/WoltLab/WCF.git WCF
11 script:
12 - find files -type f -name '*.php' |xargs -I file php -l file
13 - phpcs -p --extensions=php --standard="`pwd`/WCF/CodeSniff/WCF" files