Drop the php-cs-fixer business on Travis.
That's what StyleCI is for.
This commit is contained in:
+3
-7
@@ -1,12 +1,5 @@
|
|||||||
language: php
|
language: php
|
||||||
|
|
||||||
install:
|
|
||||||
- curl http://get.sensiolabs.org/php-cs-fixer.phar -o php-cs-fixer.phar
|
|
||||||
|
|
||||||
script:
|
|
||||||
- phpunit
|
|
||||||
- if [[ `php -r "echo version_compare(PHP_VERSION, '5.3.6', '>=') && !defined('HHVM_VERSION');"` ]]; then php php-cs-fixer.phar --diff --dry-run -vv fix; fi
|
|
||||||
|
|
||||||
php:
|
php:
|
||||||
- 5.2
|
- 5.2
|
||||||
- 5.3
|
- 5.3
|
||||||
@@ -16,4 +9,7 @@ php:
|
|||||||
- 7.0
|
- 7.0
|
||||||
- hhvm
|
- hhvm
|
||||||
|
|
||||||
|
script:
|
||||||
|
- phpunit
|
||||||
|
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|||||||
Reference in New Issue
Block a user