allow failures on windowservercode and nanoserver
This commit is contained in:
parent
dc805e7c75
commit
db6e89c334
2 changed files with 2 additions and 2 deletions
|
|
@ -11,7 +11,7 @@ script:
|
|||
after_script:
|
||||
- 'docker-compose -f build.yml push redis-$VERSION'
|
||||
matrix:
|
||||
allow_failures: { VERSION: [windowsservercode, nanoserver] }
|
||||
allow_failures: { env: [VERSION=windowsservercode, VERSION=nanoserver] }
|
||||
env:
|
||||
- VERSION=windowsservercore
|
||||
- VERSION=stretch
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ $travisYaml = [
|
|||
],
|
||||
'matrix' => [
|
||||
'allow_failures' => [
|
||||
'VERSION' => [ 'windowsservercode', 'nanoserver' ],
|
||||
'env' => [ 'VERSION=windowsservercode', 'VERSION=nanoserver' ],
|
||||
],
|
||||
],
|
||||
'env' => [],
|
||||
|
|
|
|||
Loading…
Reference in a new issue