Skip to content

Commit

Permalink
Go back to the simplified matrix->include travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
squatto committed Oct 14, 2020
1 parent 7089546 commit 2976b78
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
language: php

php:
- 7.2
- 7.3
- 7.4

env:
- CORCEL=^4.0
- CORCEL=^5.0

matrix:
exclude:
include:
- php: 7.2
env: CORCEL=^5.0
env: CORCEL='^4.0'
- php: 7.3
env: CORCEL='^4.0'
- php: 7.3
env: CORCEL='^5.0'
- php: 7.4
env: CORCEL='^4.0'
- php: 7.4
env: CORCEL='^5.0'

dist: trusty

Expand Down

0 comments on commit 2976b78

Please sign in to comment.