1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2025-01-02 23:20:08 +00:00

Update .travis.yml

This commit is contained in:
Tim Düsterhus 2014-11-28 02:47:30 +01:00
parent 7ca0420e17
commit 2a3f706f58

View File

@ -1,7 +1,6 @@
language: php language: php
php: php:
- 5.5 - 5.6
- 5.4
- 5.3 - 5.3
before_install: before_install:
- pear config-set auto_discover 1 - pear config-set auto_discover 1
@ -17,4 +16,4 @@ before_script:
script: script:
- find file -type f -name '*.php' |xargs -I file php -l file - find file -type f -name '*.php' |xargs -I file php -l file
- phpcs -p --extensions=php --standard="`pwd`/WCF/CodeSniff/WCF" file - phpcs -p --extensions=php --standard="`pwd`/WCF/CodeSniff/WCF" file
- phpcpd --verbose --min-lines 10 file ; exit 0 - phpcpd --verbose --min-lines 10 file || true