mithril-vndb/.travis.yml
2015-10-18 01:24:33 +02:00

11 lines
114 B
YAML

language: node_js
node_js:
- "0.10"
- "0.12"
- "4.1"
script:
- grunt test
- grunt teste2e
sudo: false