Skip to content

Commit

Permalink
Fix php deps
Browse files Browse the repository at this point in the history
  • Loading branch information
SmetDenis committed May 26, 2021
1 parent f75ec5b commit a6af326
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Expand Up @@ -28,6 +28,13 @@ env:
- JBZOO_COMPOSER_UPDATE_FLAGS="--prefer-lowest --prefer-stable"
- JBZOO_COMPOSER_UPDATE_FLAGS=""

before_install:
- sudo apt-get update
- sudo apt-get install -y python-software-properties
- LC_ALL=C.UTF-8 sudo add-apt-repository -y ppa:ondrej/php
- sudo apt-get update
- sudo apt-get install -y apt-transport-https apt-utils php"$PHP_VERSION"-cli php"$PHP_VERSION"-gd

before_script:
- composer self-update

Expand Down

0 comments on commit a6af326

Please sign in to comment.