1
0
Fork 0

Enhancement: Explicitly configure build matrix to maintain order

pull/7864/head
Andreas Möller 2019-01-02 15:45:25 +01:00
parent 003b62cee5
commit ae321cfa7c
No known key found for this signature in database
GPG Key ID: 9FB20A0BAF60E11F
1 changed files with 8 additions and 10 deletions

View File

@ -16,22 +16,20 @@ addons:
packages:
- parallel
php:
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3
- nightly
matrix:
include:
- php: 5.3
dist: precise
- php: 5.4
- php: 5.5
- php: 5.6
- php: 7.0
- php: 7.1
- php: 7.2
- php: 7.3
- php: 7.3
env: deps=high
- php: nightly
fast_finish: true
allow_failures:
- php: nightly