We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f75ec5b commit a6af326Copy full SHA for a6af326
1 file changed
.travis.yml
@@ -28,6 +28,13 @@ env:
28
- JBZOO_COMPOSER_UPDATE_FLAGS="--prefer-lowest --prefer-stable"
29
- JBZOO_COMPOSER_UPDATE_FLAGS=""
30
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
36
+ - sudo apt-get install -y apt-transport-https apt-utils php"$PHP_VERSION"-cli php"$PHP_VERSION"-gd
37
+
38
before_script:
39
- composer self-update
40
0 commit comments