From b60d18ab34f99635224eae46037685510c24342c Mon Sep 17 00:00:00 2001 From: Duy Luong Date: Sun, 27 Aug 2017 12:19:33 +0700 Subject: [PATCH] fix appveyor config --- appveyor.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 99b5889..72810c7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -3,16 +3,17 @@ environment: - nodejs_version: 'Stable' - nodejs_version: '7' +services: + - mongodb + init: git config --global core.autocrlf true install: + - mongo test_lucid --eval 'db.addUser("test", "test");' - ps: Install-Product node $env:nodejs_version - npm install -before_script: - - mongo test_lucid --eval 'db.addUser("test", "test");' - test_script: - node --version - npm --version