Commit b4cfebc1 authored by Jeremy Mikola's avatar Jeremy Mikola

PHPLIB-412: Use virtualized Xenial image in Travis CI

Use a Trusty image for PHP 5.5, since it is not available on Xenial.
parent 357d893a
language: php language: php
dist: trusty dist: xenial
sudo: false
addons: addons:
apt: apt:
...@@ -23,6 +22,7 @@ matrix: ...@@ -23,6 +22,7 @@ matrix:
fast_finish: true fast_finish: true
include: include:
- php: 5.5 - php: 5.5
dist: trusty
- php: 5.6 - php: 5.6
- php: 7.0 - php: 7.0
- php: 7.1 - php: 7.1
......
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