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.
This commit is contained in:
Ward Bell 2017-02-22 15:42:12 -08:00 committed by Igor Minar
parent 9a2ea55bff
commit e8a27447c4
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ echo 'travis_fold:start:ENV'
NODE_VERSION=6.9.5 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 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 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 SAUCE_CONNECT_VERSION=4.3.11