Use latest ubuntu version
This commit is contained in:
parent
623107699e
commit
a11d6a5c2f
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
language: php
|
language: php
|
||||||
|
|
||||||
sudo: false
|
sudo: false
|
||||||
dist: trusty
|
dist: bionic
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
- apt
|
- apt
|
||||||
|
@ -38,7 +38,6 @@ php:
|
||||||
- 7.4
|
- 7.4
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- phpenv config-add < echo "extension=zip"
|
|
||||||
- printf "\n" | pecl install imagick
|
- printf "\n" | pecl install imagick
|
||||||
- cp .env.travis .env
|
- cp .env.travis .env
|
||||||
- echo 'error_log = "/tmp/php.error.log"' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
|
- echo 'error_log = "/tmp/php.error.log"' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue