blob: c915b62cf6326a4afc3ff087bf51c8851e0169af [file] [log] [blame]
language: node_js
node_js:
- '4'
- '5'
- '6'
before_install:
- npm install -g npm
cache:
directories:
- node_modules
script:
- npm test