We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 145796e commit afe2918Copy full SHA for afe2918
.travis.yml
@@ -0,0 +1,4 @@
1
+language: node_js
2
+sudo: false
3
+node_js:
4
+- "5"
package.json
@@ -17,9 +17,13 @@
17
"url": "http://bugs.jquery.com/"
18
},
19
"license": "MIT",
20
+ "scripts": {
21
+ "test": "grunt"
22
+ },
23
"devDependencies": {
24
"chalk": "1.1.1",
25
"grunt": "~0.4.5",
26
+ "grunt-cli": "^0.1.13",
27
"grunt-contrib-concat": "0.5.1",
28
"grunt-contrib-jshint": "0.11.0",
29
"grunt-contrib-qunit": "0.5.2",
0 commit comments