File tree 3 files changed +5
-9
lines changed
3 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 1
1
sudo : false
2
2
language : node_js
3
3
node_js :
4
- - " 0.10"
5
- - " 0.12"
6
4
- " 4"
7
5
- " 5"
8
6
- " 6"
Original file line number Diff line number Diff line change 4
4
# What combinations to test
5
5
environment :
6
6
matrix :
7
- - nodejs_version : " 0.10"
8
- - nodejs_version : " 0.12"
9
7
- nodejs_version : " 4"
10
8
- nodejs_version : " 5"
11
9
- nodejs_version : " 6"
Original file line number Diff line number Diff line change 45
45
"glob" : " ~7.0.0" ,
46
46
"grunt-cli" : " ~1.2.0" ,
47
47
"grunt-known-options" : " ~1.1.0" ,
48
- "grunt-legacy-log" : " ~1 .0.0" ,
49
- "grunt-legacy-util" : " ~1.0.0 " ,
48
+ "grunt-legacy-log" : " ~2 .0.0" ,
49
+ "grunt-legacy-util" : " ~1.1.1 " ,
50
50
"iconv-lite" : " ~0.4.13" ,
51
51
"js-yaml" : " ~3.5.2" ,
52
52
"minimatch" : " ~3.0.2" ,
53
53
"mkdirp" : " ~0.5.1" ,
54
54
"nopt" : " ~3.0.6" ,
55
55
"path-is-absolute" : " ~1.0.0" ,
56
- "rimraf" : " ~2.2.8 "
56
+ "rimraf" : " ~2.6.2 "
57
57
},
58
58
"devDependencies" : {
59
59
"difflet" : " ~1.0.1" ,
60
60
"eslint-config-grunt" : " ~1.0.1" ,
61
- "grunt-contrib-nodeunit" : " ~1 .0.0" ,
62
- "grunt-contrib-watch" : " ~1.0 .0" ,
61
+ "grunt-contrib-nodeunit" : " ~2 .0.0" ,
62
+ "grunt-contrib-watch" : " ~1.1 .0" ,
63
63
"grunt-eslint" : " ~18.1.0" ,
64
64
"temporary" : " ~0.0.4" ,
65
65
"through2" : " ~2.0.0"
You can’t perform that action at this time.
0 commit comments