diff --git a/.travis.yml b/.travis.yml index ad945ca..f0fe46d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: php php: - - 5.5 - - 5.4 + - 5.6 - 5.3 before_install: - pear config-set auto_discover 1 @@ -17,4 +16,4 @@ before_script: script: - find file -type f -name '*.php' |xargs -I file php -l file - phpcs -p --extensions=php --standard="`pwd`/WCF/CodeSniff/WCF" file - - phpcpd --verbose --min-lines 10 file ; exit 0 \ No newline at end of file + - phpcpd --verbose --min-lines 10 file || true