File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ language: node_js
22sudo : false # defaults to sending build to container-based infrastructure on Travis
33
44node_js :
5- - 4
5+ - 6
66
77notifications :
88 webhooks :
Original file line number Diff line number Diff line change 11module . exports = function ( ) {
2- var webdriverManagerPath = './node_modules/protractor/bin/webdriver-manager' ;
3- var bowerPath = './node_modules/bower/bin/bower' ;
2+ var webdriverManagerPath = './node_modules/protractor/bin/webdriver-manager' ,
3+ bowerPath = './node_modules/bower/bin/bower' ;
44
5- if ( process . platform === 'win32' ) {
5+ if ( process . platform === 'win32' ) {
66 webdriverManagerPath = '.\\node_modules\\protractor\\bin\\webdriver-manager' ;
77 bowerPath = '.\\node_modules\\bower\\bin\\bower' ;
88 }
You can’t perform that action at this time.
0 commit comments