File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed
Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 11language : node_js
22node_js :
33 - " 6"
4- - " 7"
5- - " 8"
64before_install :
75 - npm i -g npm@latest
86before_script :
97 - echo now before script
108after_script :
119 - echo now karma
12- - karma start
10+ - npm run karma
1311 - echo now test finished
Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ module.exports = function (config) {
3333 } ,
3434
3535 browsers : [
36- 'Chrome' ,
37- // 'Firefox',
36+ // 'Chrome',
37+ 'Firefox' ,
3838 //'IE',
3939 //'PhantomJS',
4040 //'Edge',
Original file line number Diff line number Diff line change 1010 "karma" : " npm run build && karma start" ,
1111 "push" : " git add ./ && git commit && git pull && git push" ,
1212 "deploy" : " npm run build && npm run push && npm publish" ,
13- "foo" : " phantomjs --version" ,
1413 "build/webpack" : " cross-env NODE_ENV=prod webpack --env.foo=bar --profile --progress --config ./build/webpack.config.js"
1514 },
1615 "repository" : {
You can’t perform that action at this time.
0 commit comments