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.
1 parent 7ef83a9 commit 9d18991Copy full SHA for 9d18991
.travis.yml
@@ -22,7 +22,7 @@ before_install:
22
- if [[ $coverage = 1 ]]; then mkdir -p build/logs build/cov; fi
23
- if [[ $coverage = 1 ]]; then wget https://phar.phpunit.de/phpcov.phar; fi
24
- if [[ $coverage = 1 ]]; then wget https://github.com/satooshi/php-coveralls/releases/download/v1.0.1/coveralls.phar; fi
25
- - if [[ $lint = 1 ]]; then wget https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v2.0.0/php-cs-fixer.phar; fi
+ - if [[ $lint = 1 ]]; then wget https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v2.1.2/php-cs-fixer.phar; fi
26
- export PATH="$PATH:$HOME/.composer/vendor/bin"
27
28
install:
0 commit comments