Switching Travis CI builds to Ubuntu Bionic Beaver

According to the [documentation](https://docs.travis-ci.com/user/reference/trusty/#container-based-infrastructure), `sudo: false` is no longed needed since Trusty.
parent d1695ed1
language: php
sudo: false
dist: xenial
dist: bionic
cache:
directories:
- vendor
- $HOME/.composer/cache
directories:
- vendor
- $HOME/.composer/cache
before_install:
- phpenv config-rm xdebug.ini || true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment