1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-22 13:32:56 +02:00

Updates Travis to use compatible OSes

This commit is contained in:
freshleafmedia
2020-11-16 10:23:01 +00:00
parent 8bc2946a7d
commit 8283c144a6

View File

@@ -2,11 +2,14 @@ language: php
sudo: false sudo: false
dist: xenial jobs:
include:
- dist: trusty
php: php:
- 5.4 - 5.4
- 5.5 - 5.5
- dist: xenial
php:
- 5.6 - 5.6
- 7.0 - 7.0
- 7.1 - 7.1