Skip to content

Commit a6af326

Browse files
committed
Fix php deps
1 parent f75ec5b commit a6af326

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,13 @@ env:
2828
- JBZOO_COMPOSER_UPDATE_FLAGS="--prefer-lowest --prefer-stable"
2929
- JBZOO_COMPOSER_UPDATE_FLAGS=""
3030

31+
before_install:
32+
- sudo apt-get update
33+
- sudo apt-get install -y python-software-properties
34+
- LC_ALL=C.UTF-8 sudo add-apt-repository -y ppa:ondrej/php
35+
- sudo apt-get update
36+
- sudo apt-get install -y apt-transport-https apt-utils php"$PHP_VERSION"-cli php"$PHP_VERSION"-gd
37+
3138
before_script:
3239
- composer self-update
3340

0 commit comments

Comments
 (0)