We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 95dfe9d + e29b0e9 commit d130edfCopy full SHA for d130edf
.travis.yml
@@ -21,7 +21,7 @@ before_install:
21
- if [[ $coverage = 1 ]]; then mkdir -p build/logs build/cov; fi
22
- if [[ $coverage = 1 ]]; then wget https://phar.phpunit.de/phpcov.phar; fi
23
- if [[ $coverage = 1 ]]; then wget https://github.com/satooshi/php-coveralls/releases/download/v1.0.1/coveralls.phar; fi
24
- - if [[ $lint = 1 ]]; then wget http://get.sensiolabs.org/php-cs-fixer.phar; fi
+ - if [[ $lint = 1 ]]; then wget https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v2.0.0-RC/php-cs-fixer.phar; fi
25
- export PATH="$PATH:$HOME/.composer/vendor/bin"
26
27
install:
0 commit comments