FIXED : Error on Travis-CI with Pyrus on PHP 5.3.3

This commit is contained in:
Progi1984 2014-02-24 22:11:45 +01:00
parent ff342cff6f
commit 49e01cc601
1 changed files with 0 additions and 2 deletions

View File

@ -1,6 +1,5 @@
language: php
php:
- 5.3.3
- 5.3
- 5.4
- 5.5
@ -15,7 +14,6 @@ before_script:
- curl -s http://getcomposer.org/installer | php
- php composer.phar install --prefer-source
## PHP_CodeSniffer
- php pyrus.phar . set bin_dir ./bin
- pyrus install pear/PHP_CodeSniffer
- phpenv rehash
## PHP Copy/Paste Detector