From e7face4728d3aed6dc089966d489d0c93b65913d Mon Sep 17 00:00:00 2001 From: Julie Date: Tue, 28 Jan 2014 13:56:33 -0800 Subject: chore(end2end): remove old references to the scenario runner and update to point to protractor --- lib/grunt/utils.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/grunt/utils.js b/lib/grunt/utils.js index 24788bff..311bbef2 100644 --- a/lib/grunt/utils.js +++ b/lib/grunt/utils.js @@ -136,7 +136,12 @@ module.exports = { }, - updateWebdriver: function(done){ + updateWebdriver: function(done){ + if (process.env.TRAVIS) { + // Skip the webdriver-manager update on Travis, since the browsers will + // be provided remotely. + done(); + } var p = spawn('node', ['node_modules/protractor/bin/webdriver-manager', 'update']); p.stdout.pipe(process.stdout); p.stderr.pipe(process.stderr); -- cgit v1.2.3