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 0c8f5e1 commit 4a4122eCopy full SHA for 4a4122e
.travis.yml
@@ -1,8 +1,6 @@
1
language: node_js
2
node_js:
3
- - '0.10'
4
-before_script:
5
- - npm install -g grunt-cli
+ - '5.1.1'
6
# Only use grunt-ci for commits pushed to this repo. Fall back to regular test
7
# for pull requests (as secure variables won't be exposed there).
8
script:
package.json
@@ -27,7 +27,7 @@
27
"author": "Klaus Hartl",
28
"license": "MIT",
29
"devDependencies": {
30
- "grunt": "0.4.5",
+ "grunt": "1.0.0",
31
"grunt-compare-size": "0.4.0",
32
"grunt-contrib-connect": "1.0.0",
33
"grunt-contrib-jshint": "1.0.0",
0 commit comments