Use latest ubuntu version

This commit is contained in:
Jonny Barnes 2020-01-26 18:10:37 +00:00
parent 623107699e
commit a11d6a5c2f

View file

@ -1,7 +1,7 @@
language: php
sudo: false
dist: trusty
dist: bionic
cache:
- apt
@ -38,7 +38,6 @@ php:
- 7.4
before_install:
- phpenv config-add < echo "extension=zip"
- printf "\n" | pecl install imagick
- cp .env.travis .env
- echo 'error_log = "/tmp/php.error.log"' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini