carto/.travis.yml
2014-09-25 15:12:54 -07:00

8 lines
91 B
YAML

language: node_js
node_js:
- "0.11"
- "0.10"
script:
- npm test
- npm run coverage