From 4a18a202bd54ecbe00f0c691cac6d83a5b9e410c Mon Sep 17 00:00:00 2001 From: andri lim Date: Thu, 6 Jun 2019 12:08:30 +0700 Subject: [PATCH] fix .appveyor.yml --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index d474f98..7039cd4 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -80,7 +80,7 @@ install: build_script: - cd C:\projects\%APPVEYOR_PROJECT_SLUG% - - nimble install -y > nul + #- nimble install -y > nul test_script: - nimble tests