File tree Expand file tree Collapse file tree 5 files changed +7
-6
lines changed
Expand file tree Collapse file tree 5 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 11language : node_js
22node_js :
3- - 4
43 - 6
54 - 8
65 - stable
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ test_script:
1010
1111environment :
1212 matrix :
13- - nodejs_version : 4
1413 - nodejs_version : 6
1514 - nodejs_version : 8
1615
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ const customLaunchers = {
3838const isTravis = process . env . TRAVIS === 'true'
3939const isFirstJob = / \. 1 $ / . test ( process . env . TRAVIS_JOB_NUMBER )
4040
41- const browsers = [ 'PhantomJS2 ' ]
41+ const browsers = [ 'PhantomJS ' ]
4242if ( isTravis && isFirstJob ) {
4343 Array . prototype . push . apply ( browsers , Object . keys ( customLaunchers ) )
4444}
@@ -84,6 +84,7 @@ module.exports = function(config) {
8484 resolve : {
8585 extensions : [ '.js' , '.json' ]
8686 } ,
87+ mode : 'development' ,
8788 } ,
8889 webpackMiddleware : {
8990 noInfo : true ,
Original file line number Diff line number Diff line change 2424 "karma" : " ^2.0.0" ,
2525 "karma-mocha" : " ^1.1.1" ,
2626 "karma-mocha-reporter" : " ^2.0.4" ,
27- "karma-phantomjs2 -launcher" : " ^0.5 .0" ,
27+ "karma-phantomjs -launcher" : " ^1.0 .0" ,
2828 "karma-sauce-launcher" : " ^1.2.0" ,
2929 "karma-sourcemap-loader" : " ^0.3.7" ,
30- "karma-webpack" : " ^2 .0.6 " ,
30+ "karma-webpack" : " ^3 .0.0 " ,
3131 "mocha" : " ^5.0.0" ,
3232 "npm-run-all" : " ^4.1.2" ,
3333 "text-encoding" : " ^0.6.0" ,
34- "webpack" : " ^3.10.0"
34+ "webpack" : " ^4.0.0" ,
35+ "webpack-cli" : " ^2.0.13"
3536 },
3637 "author" : {
3738 "name" : " Pine Mizune" ,
Original file line number Diff line number Diff line change @@ -22,4 +22,5 @@ module.exports = {
2222 resolve : {
2323 extensions : [ '.js' , '.json' ]
2424 } ,
25+ mode : 'development' ,
2526}
You can’t perform that action at this time.
0 commit comments