File tree Expand file tree Collapse file tree 3 files changed +8
-11
lines changed Expand file tree Collapse file tree 3 files changed +8
-11
lines changed Original file line number Diff line number Diff line change 1
1
language : node_js
2
2
node_js :
3
- - " 0.10"
4
- - " 0.12"
5
- - " 4"
6
- - " 6"
7
- - " 8"
3
+ - 6
4
+ - 8
5
+ - 10
6
+ - 11
8
7
sudo : false
9
8
# use g++-4.8 for karma
10
9
cache :
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ module.exports = function(config) {
55
55
56
56
// start these browsers
57
57
// available browser launchers: https://npmjs.org/browse/keyword/karma-launcher
58
- browsers : [ 'PhantomJS ' , 'Firefox' ] ,
58
+ browsers : [ 'ChromeHeadless ' , 'Firefox' ] ,
59
59
60
60
61
61
// Continuous Integration mode
Original file line number Diff line number Diff line change 35
35
"gulp-uglify" : " ^1.5.1" ,
36
36
"jshint" : " ^2.8.0" ,
37
37
"jshint-stylish" : " ^2.1.0" ,
38
- "karma" : " ^0.13.15 " ,
39
- "karma-chrome-launcher" : " ^0. 2.2" ,
38
+ "karma" : " ^3.0.0 " ,
39
+ "karma-chrome-launcher" : " ^2.2.0 " ,
40
40
"karma-firefox-launcher" : " ^0.1.7" ,
41
41
"karma-mocha" : " ^0.2.1" ,
42
- "karma-phantomjs-launcher" : " ^0.2.1" ,
43
- "mocha" : " ^2.3.4" ,
44
- "phantomjs" : " ^1.9.19"
42
+ "mocha" : " ^2.3.4"
45
43
},
46
44
"engines" : {
47
45
"node" : " >= 0.10.0"
You can’t perform that action at this time.
0 commit comments