Drop the php-cs-fixer business on Travis.

That's what StyleCI is for.
This commit is contained in:
Justin Hileman
2016-07-30 17:51:14 -07:00
parent 174f0da5ce
commit 41edfcb9e2
+3 -7
View File
@@ -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