File tree 5 files changed +7
-6
lines changed
5 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
1
language : node_js
2
2
node_js :
3
- - 4
4
3
- 6
5
4
- 8
6
5
- stable
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ test_script:
10
10
11
11
environment :
12
12
matrix :
13
- - nodejs_version : 4
14
13
- nodejs_version : 6
15
14
- nodejs_version : 8
16
15
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ const customLaunchers = {
38
38
const isTravis = process . env . TRAVIS === 'true'
39
39
const isFirstJob = / \. 1 $ / . test ( process . env . TRAVIS_JOB_NUMBER )
40
40
41
- const browsers = [ 'PhantomJS2 ' ]
41
+ const browsers = [ 'PhantomJS ' ]
42
42
if ( isTravis && isFirstJob ) {
43
43
Array . prototype . push . apply ( browsers , Object . keys ( customLaunchers ) )
44
44
}
@@ -84,6 +84,7 @@ module.exports = function(config) {
84
84
resolve : {
85
85
extensions : [ '.js' , '.json' ]
86
86
} ,
87
+ mode : 'development' ,
87
88
} ,
88
89
webpackMiddleware : {
89
90
noInfo : true ,
Original file line number Diff line number Diff line change 24
24
"karma" : " ^2.0.0" ,
25
25
"karma-mocha" : " ^1.1.1" ,
26
26
"karma-mocha-reporter" : " ^2.0.4" ,
27
- "karma-phantomjs2 -launcher" : " ^0.5 .0" ,
27
+ "karma-phantomjs -launcher" : " ^1.0 .0" ,
28
28
"karma-sauce-launcher" : " ^1.2.0" ,
29
29
"karma-sourcemap-loader" : " ^0.3.7" ,
30
- "karma-webpack" : " ^2 .0.6 " ,
30
+ "karma-webpack" : " ^3 .0.0 " ,
31
31
"mocha" : " ^5.0.0" ,
32
32
"npm-run-all" : " ^4.1.2" ,
33
33
"text-encoding" : " ^0.6.0" ,
34
- "webpack" : " ^3.10.0"
34
+ "webpack" : " ^4.0.0" ,
35
+ "webpack-cli" : " ^2.0.13"
35
36
},
36
37
"author" : {
37
38
"name" : " Pine Mizune" ,
Original file line number Diff line number Diff line change @@ -22,4 +22,5 @@ module.exports = {
22
22
resolve : {
23
23
extensions : [ '.js' , '.json' ]
24
24
} ,
25
+ mode : 'development' ,
25
26
}
You can’t perform that action at this time.
0 commit comments