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