summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2019-09-03 17:24:57 +0200
committerAndreas Rumpf <rumpf_a@web.de>2019-09-03 17:24:57 +0200
commit459fbb9525562071ad1e0b270e079730973b5ce7 (patch)
treec688aaa4aae638248c5c347bcd52976aec7f577e
parent4972d797e40908688cad643064656895ca95e107 (diff)
downloadNim-459fbb9525562071ad1e0b270e079730973b5ce7.tar.gz
appveyor config: don't stop after testing failures; keep testing Nimble packages
-rw-r--r--appveyor.yml4
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