allow failures on windowservercode and nanoserver

This commit is contained in:
Greyscale 2019-08-13 17:52:03 +02:00
parent dc805e7c75
commit db6e89c334
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -42,7 +42,7 @@ $travisYaml = [
],
'matrix' => [
'allow_failures' => [
'VERSION' => [ 'windowsservercode', 'nanoserver' ],
'env' => [ 'VERSION=windowsservercode', 'VERSION=nanoserver' ],
],
],
'env' => [],