install:
  - npm install

build: off

test_script:
  - ./node_modules/.bin/mocha --require chai --reporter mocha-appveyor-reporter test/tests/mixed.js & exit 0

cache:
  - node_modules -> package.json
