Bones/node_modules/throat/.travis.yml

11 lines
162 B
YAML
Raw Normal View History

2017-05-17 13:45:25 -04:00
language: node_js
node_js:
- "0.10"
- "0.12"
- "iojs-1.1"
# Use faster Docker architecture on Travis.
sudo: false
script: "npm test && npm run coveralls"