Travis: Use dist: xenial, except for PHP 5.5 tests

This commit is contained in:
Aleksander Machniak
2020-10-08 15:37:54 +02:00
parent d16a34de6c
commit e797bbb9c6

View File

@@ -1,12 +1,13 @@
language: php
dist: trusty #
dist: xenial
sudo: false
matrix:
fast_finish: true
include:
- php: 5.5
dist: trusty
- php: 5.6
- php: 7.0
- php: 7.1