diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2019-09-03 17:24:57 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2019-09-03 17:24:57 +0200 |
commit | 459fbb9525562071ad1e0b270e079730973b5ce7 (patch) | |
tree | c688aaa4aae638248c5c347bcd52976aec7f577e | |
parent | 4972d797e40908688cad643064656895ca95e107 (diff) | |
download | Nim-459fbb9525562071ad1e0b270e079730973b5ce7.tar.gz |
appveyor config: don't stop after testing failures; keep testing Nimble packages
-rw-r--r-- | appveyor.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/appveyor.yml b/appveyor.yml index 45529cf00..f172405cb 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -15,10 +15,6 @@ cache: - '%MINGW_ARCHIVE%' - '%DLLS_ARCHIVE%' -matrix: - #allow_failures: - # - NIM_TEST_PACKAGES: true - fast_finish: true install: - ps: Install-Product node 8 # node 8 or later is required to test js async stuff |