@@ -0,0 +1,5 @@
+language: node_js
+node_js:
+ - "0.10"
+before_install: npm install -g grunt-cli
+install: npm install
@@ -27,5 +27,7 @@
"grunt-fontsmith": "^0.9.1",
"grunt-contrib-less": "^0.11.4"
},
- "scripts": {}
+ "scripts": {
+ "test": "grunt test"
+ }
}