morris.js/.travis.yml

9 lines
128 B
YAML
Raw Normal View History

2012-04-02 15:42:15 +02:00
language: node_js
node_js:
2012-09-20 08:45:04 +02:00
- 0.8
2012-04-02 15:31:24 +02:00
before_script:
2012-06-26 08:36:58 +02:00
- "npm install -g grunt"
2012-06-26 08:43:51 +02:00
- "npm install"
2012-04-02 15:31:24 +02:00
script:
2012-09-20 09:06:18 +02:00
- "grunt coffee mocha"