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