We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0528b8 commit 2b446d4Copy full SHA for 2b446d4
.travis.yml
@@ -1,6 +1,5 @@
1
language: php
2
php:
3
- - '7.0'
4
- 5.6
5
- 5.5
6
- 5.4
@@ -12,4 +11,6 @@ before_script:
12
11
- git clone --branch=master --depth=1 --quiet git://github.com/WoltLab/WCF.git WCF
13
script:
14
- find files -type f -name '*.php' |xargs -I file php -l file
+ - find files_wcf -type f -name '*.php' |xargs -I file php -l file
15
- phpcs -p --extensions=php --standard="`pwd`/WCF/CodeSniff/WCF" files
16
+ - phpcs -p --extensions=php --standard="`pwd`/WCF/CodeSniff/WCF" files_wcf
0 commit comments