Skip to content

Commit d81664e

Browse files
dunglasNightbr
authored andcommitted
Add back globally installed packaged to the path
1 parent 36a390b commit d81664e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ before_install:
3232
- npm install -g swagger-cli
3333
- if [[ $lint = 1 ]]; then wget https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v2.7.1/php-cs-fixer.phar; fi
3434
- if [[ $lint = 1 ]]; then composer global require --dev 'phpstan/phpstan:^0.8'; fi
35+
- export PATH="$PATH:$HOME/.composer/vendor/bin"
3536

3637
install:
3738
- if [[ ! $deps ]]; then composer update --prefer-dist --no-progress --no-suggest --ansi; fi

0 commit comments

Comments
 (0)