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 9d9e8ec commit 89deb76Copy full SHA for 89deb76
.travis.yml
@@ -41,7 +41,7 @@ before_install:
41
- phpenv config-rm xdebug.ini || echo "xdebug not available"
42
- echo "memory_limit=-1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
43
- npm install -g swagger-cli
44
- - if [[ $lint = 1 ]]; then wget https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v2.8.2/php-cs-fixer.phar; fi
+ - if [[ $lint = 1 ]]; then wget https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v2.8.4/php-cs-fixer.phar; fi
45
- if [[ $lint = 1 ]]; then composer global require --dev 'phpstan/phpstan:^0.8'; fi
46
- export PATH="$PATH:$HOME/.composer/vendor/bin"
47
0 commit comments