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 36a390b commit d81664eCopy full SHA for d81664e
.travis.yml
@@ -32,6 +32,7 @@ before_install:
32
- npm install -g swagger-cli
33
- if [[ $lint = 1 ]]; then wget https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v2.7.1/php-cs-fixer.phar; fi
34
- if [[ $lint = 1 ]]; then composer global require --dev 'phpstan/phpstan:^0.8'; fi
35
+ - export PATH="$PATH:$HOME/.composer/vendor/bin"
36
37
install:
38
- if [[ ! $deps ]]; then composer update --prefer-dist --no-progress --no-suggest --ansi; fi
0 commit comments