Test conditional job with travis
This commit is contained in:
parent
c7e5b0dcc1
commit
09d0ec391d
@ -57,12 +57,10 @@ jobs:
|
|||||||
- php: nightly
|
- php: nightly
|
||||||
env: DB=postgresql
|
env: DB=postgresql
|
||||||
include:
|
include:
|
||||||
- if: type = pull_request
|
|
||||||
php: '7.4'
|
|
||||||
- if: type = push
|
- if: type = push
|
||||||
php:
|
php: '5.6'
|
||||||
- '5.6'
|
- if: type = pull_request OR type = push
|
||||||
- '7.4'
|
php: '7.4'
|
||||||
- if: type = push AND branch = develop
|
- if: type = push AND branch = develop
|
||||||
php: nightly
|
php: nightly
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user