diff --git a/appveyor - Copy.yml b/appveyor - Copy.yml new file mode 100644 index 000000000..5fef32bbf --- /dev/null +++ b/appveyor - Copy.yml @@ -0,0 +1,21 @@ +# Test against this version of Node.js +environment: + nodejs_version: "7" + +# Install scripts. (runs after repo cloning) +install: + # Get the latest stable version of Node.js + - ps: Install-Product node $env:nodejs_version + # install modules + - npm install + +# Post-install test scripts. +test_script: + # Output useful info for debugging. + - node --version + - npm --version + # run tests + - npm test + +# Don't actually build. +build: off diff --git a/db.json b/db.json index 7389028ad..ad2593ae9 100644 --- a/db.json +++ b/db.json @@ -6,4 +6,5 @@ { "id": 1, "body": "some comment", "postId": 1 } ], "profile": { "name": "typicode" } + //Post }