Skip to content

Commit

Permalink
fix composer for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhard-efler committed Feb 4, 2021
1 parent 6b65a42 commit 4dcd9b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ cache:
- $HOME/.composer/cache

install:
- if [ $TRAVIS_PHP_VERSION = '7.2' ] || [ $TRAVIS_PHP_VERSION = '7.3' ]; then composer self-update --1 --no-progress --no-interaction; fi
- composer install --prefer-dist --no-interaction

script:
Expand Down

0 comments on commit 4dcd9b1

Please sign in to comment.