mirror of
https://github.com/Intervention/image.git
synced 2025-08-12 08:54:03 +02:00
Expands all jobs
This commit is contained in:
30
.travis.yml
30
.travis.yml
@@ -5,19 +5,25 @@ sudo: false
|
||||
jobs:
|
||||
include:
|
||||
- dist: trusty
|
||||
php:
|
||||
- 5.4
|
||||
- 5.5
|
||||
php: 5.4
|
||||
- dist: trusty
|
||||
php: 5.5
|
||||
- dist: xenial
|
||||
php:
|
||||
- 5.6
|
||||
- 7.0
|
||||
- 7.1
|
||||
- 7.2
|
||||
- 7.3
|
||||
- 7.4
|
||||
- nightly
|
||||
- hhvm
|
||||
php: 5.6
|
||||
- dist: xenial
|
||||
php: 7.0
|
||||
- dist: xenial
|
||||
php: 7.1
|
||||
- dist: xenial
|
||||
php: 7.2
|
||||
- dist: xenial
|
||||
php: 7.3
|
||||
- dist: xenial
|
||||
php: 7.4
|
||||
- dist: xenial
|
||||
php: nightly
|
||||
- dist: xenial
|
||||
php: hhvm
|
||||
allow_failures:
|
||||
- php: nightly
|
||||
- php: hhvm
|
||||
|
Reference in New Issue
Block a user