From e8a27447c418625507f9567055414609b05b20d2 Mon Sep 17 00:00:00 2001 From: Ward Bell Date: Wed, 22 Feb 2017 15:42:12 -0800 Subject: [PATCH] ci: update local chrome to v56 Change required in previous commit ab96257bc that upgrades the CLI version. env.sh: protractor v.5 requires a later version of chromium. Upping to 433059/Chrome 56. --- scripts/ci-lite/env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci-lite/env.sh b/scripts/ci-lite/env.sh index 13514afb7a..7f567f7277 100644 --- a/scripts/ci-lite/env.sh +++ b/scripts/ci-lite/env.sh @@ -7,7 +7,7 @@ echo 'travis_fold:start:ENV' NODE_VERSION=6.9.5 NPM_VERSION=3.10.7 # do not upgrade to >3.10.8 unless https://github.com/npm/npm/issues/14042 is resolved YARN_VERSION=0.19.1 -CHROMIUM_VERSION=403382 # Chrome 53 linux stable, see https://www.chromium.org/developers/calendar +CHROMIUM_VERSION=433059 # Chrome 56 linux stable, see https://www.chromium.org/developers/calendar SAUCE_CONNECT_VERSION=4.3.11