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:
29
.travis.yml
29
.travis.yml
@@ -2,19 +2,22 @@ language: php
|
||||
|
||||
sudo: false
|
||||
|
||||
dist: xenial
|
||||
|
||||
php:
|
||||
- 5.4
|
||||
- 5.5
|
||||
- 5.6
|
||||
- 7.0
|
||||
- 7.1
|
||||
- 7.2
|
||||
- 7.3
|
||||
- 7.4
|
||||
- nightly
|
||||
- hhvm
|
||||
jobs:
|
||||
include:
|
||||
- dist: trusty
|
||||
php:
|
||||
- 5.4
|
||||
- 5.5
|
||||
- dist: xenial
|
||||
php:
|
||||
- 5.6
|
||||
- 7.0
|
||||
- 7.1
|
||||
- 7.2
|
||||
- 7.3
|
||||
- 7.4
|
||||
- nightly
|
||||
- hhvm
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
|
Reference in New Issue
Block a user