FIXED : Error on Travis-CI with Pyrus on PHP 5.3.3
This commit is contained in:
parent
ff342cff6f
commit
49e01cc601
|
|
@ -1,6 +1,5 @@
|
||||||
language: php
|
language: php
|
||||||
php:
|
php:
|
||||||
- 5.3.3
|
|
||||||
- 5.3
|
- 5.3
|
||||||
- 5.4
|
- 5.4
|
||||||
- 5.5
|
- 5.5
|
||||||
|
|
@ -15,7 +14,6 @@ before_script:
|
||||||
- curl -s http://getcomposer.org/installer | php
|
- curl -s http://getcomposer.org/installer | php
|
||||||
- php composer.phar install --prefer-source
|
- php composer.phar install --prefer-source
|
||||||
## PHP_CodeSniffer
|
## PHP_CodeSniffer
|
||||||
- php pyrus.phar . set bin_dir ./bin
|
|
||||||
- pyrus install pear/PHP_CodeSniffer
|
- pyrus install pear/PHP_CodeSniffer
|
||||||
- phpenv rehash
|
- phpenv rehash
|
||||||
## PHP Copy/Paste Detector
|
## PHP Copy/Paste Detector
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue