Skip to content

Commit 9382312

Browse files
Portugal, Marcelomportuga
Portugal, Marcelo
authored andcommitted
fix(build): Fixing build failure due to poor updates.
1 parent 0393186 commit 9382312

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: node_js
22
sudo: false # defaults to sending build to container-based infrastructure on Travis
33

44
node_js:
5-
- 4
5+
- 6
66

77
notifications:
88
webhooks:

grunt/shell.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module.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
}

0 commit comments

Comments
 (0)