random-bunny/.travis.yml
2016-04-27 15:13:55 -04:00

12 lines
81 B
YAML

sudo: false
language: node_js
node_js:
- 4
- 5
- 6
script:
- npm test