We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ecc220 commit a45ccb9Copy full SHA for a45ccb9
.travis.yml
@@ -1,5 +1,6 @@
1
+sudo: false
2
language: node_js
3
node_js:
- - "0.11"
4
+ - "4"
5
before_script:
- - npm install -g grunt-cli
6
+ - npm install -g grunt-cli
package.json
@@ -22,11 +22,12 @@
22
"test": "grunt test"
23
},
24
"devDependencies": {
25
- "grunt-contrib-qunit": "~0.2.0",
26
- "grunt-contrib-uglify": "~0.2.0",
27
- "grunt-contrib-clean": "~0.4.0",
28
"grunt": "~0.4.2",
+ "grunt-cli": "^0.1.13",
+ "grunt-contrib-clean": "~0.4.0",
29
"grunt-contrib-coffee": "~0.10.0",
30
- "grunt-contrib-connect": "~0.6.0"
+ "grunt-contrib-connect": "~0.6.0",
+ "grunt-contrib-qunit": "~0.2.0",
31
+ "grunt-contrib-uglify": "~0.2.0"
32
}
33
0 commit comments