blob: c9b8cf910da9f6bb73f542ddfdcae3ea2cf49911 [file] [log] [blame]
# appveyor file
# http://www.appveyor.com/docs/appveyor-yml
install:
- npm install
build: off
test_script:
- node --version
- npm --version
- npm test