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 9b086b3 commit e007f67Copy full SHA for e007f67
.travis.yml
@@ -4,11 +4,6 @@ sudo: false
4
language: node_js
5
node_js:
6
- "6"
7
-
8
-# NOTE: gulp-cli don't needed for run gulp locally on CI
9
-before_script:
10
- - npm install --global grunt-cli
11
12
cache:
13
directories:
14
- node_modules
package.json
@@ -36,8 +36,8 @@
36
"grunt-contrib-uglify": "~1.0.0",
37
"grunt-ejs": "~0.3.0",
38
"grunt-jscs": "~2.5.0",
39
- "highlight.js": "~9.4.0",
40
- "jquery": "~3.0.0",
+ "highlight.js": "~9.5.0",
+ "jquery": "~3.1.0",
41
"load-grunt-tasks": "~3.5.0",
42
"octicons": "~4.2.0"
43
}
0 commit comments