Skip to content

Commit 2b446d4

Browse files
author
mutec
committed
travis
1 parent b0528b8 commit 2b446d4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
language: php
22
php:
3-
- '7.0'
43
- 5.6
54
- 5.5
65
- 5.4
@@ -12,4 +11,6 @@ before_script:
1211
- git clone --branch=master --depth=1 --quiet git://github.com/WoltLab/WCF.git WCF
1312
script:
1413
- find files -type f -name '*.php' |xargs -I file php -l file
14+
- find files_wcf -type f -name '*.php' |xargs -I file php -l file
1515
- 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

Comments
 (0)