mocha-froth/.travis.yml

11 lines
84 B
YAML
Raw Normal View History

2018-02-23 15:31:17 -07:00
language: node_js
node_js:
- stable
install:
- npm install
script:
- npm test