Skip to content

Commit

Permalink
fix appveyor config
Browse files Browse the repository at this point in the history
  • Loading branch information
Duy Luong committed Aug 27, 2017
1 parent b5aff66 commit b60d18a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b60d18a

Please sign in to comment.