ignore php-cs-fixer on php5.2

This commit is contained in:
Dariusz Rumiński
2014-08-17 01:54:21 +02:00
parent 761538e065
commit 320bab9e7c
+1 -1
View File
@@ -5,7 +5,7 @@ before_script:
script:
- phpunit
- php php-cs-fixer.phar --dry-run -v fix .
- if [[ `php -r "echo version_compare(PHP_VERSION, '5.3.6', '>=');"` ]]; then php php-cs-fixer.phar --dry-run -v fix .; fi
php:
- 5.2