We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e77e43f commit d2bae43Copy full SHA for d2bae43
.travis.yml
@@ -0,0 +1,5 @@
1
+language: node_js
2
+node_js:
3
+ - "0.10"
4
+before_script:
5
+ - npm install -g grunt-cli
package.json
@@ -46,5 +46,12 @@
46
"karma-expect": "~1.0.0",
47
"grunt-cli": "~0.1.13"
48
},
49
+ "engines": {
50
+ "node": "0.10.x",
51
+ "npm": "1.2.x"
52
+ },
53
+ "scripts": {
54
+ "test": "grunt"
55
56
"license": "Apache License"
57
}
0 commit comments