diff options
| author | Théo Zimmermann | 2018-11-28 14:27:03 +0100 |
|---|---|---|
| committer | Théo Zimmermann | 2018-11-28 14:27:03 +0100 |
| commit | 1939c89fd7b740f67e29dd631b727871b4b5e6a8 (patch) | |
| tree | 700e1664f34bda3017e0aa803c51c479e4b1a321 | |
| parent | 2b27b8880254420f1630d8d40442d72c0e2255c2 (diff) | |
Remove Windows from allow_failure now that addons are not tested on PRs.
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2947bfb700..45597851ef 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -229,7 +229,6 @@ windows64: <<: *windows-template variables: ARCH: "64" - allow_failure: true windows32: <<: *windows-template @@ -237,7 +236,6 @@ windows32: ARCH: "32" except: - /^pr-.*$/ - allow_failure: true pkg:opam: stage: test |
