Skip to content

Commit

Permalink
ci: update Chromium to 464641 (Chrome v59)
Browse files Browse the repository at this point in the history
  • Loading branch information
gkalpak authored and alxhub committed Jun 8, 2017
1 parent 8be2e4c commit 022835b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/compiler/test/schema/schema_extractor.ts
Expand Up @@ -28,6 +28,7 @@ const ALL_HTML_TAGS =
// Elements missing from Chrome (HtmlUnknownElement), to be manually added
const MISSING_FROM_CHROME: {[el: string]: string[]} = {
'data^[HTMLElement]': ['value'],
'keygen^[HTMLElement]': ['!autofocus', 'challenge', '!disabled', 'form', 'keytype', 'name'],
// TODO(vicb): Figure out why Chrome and WhatWG do not agree on the props
// 'menu^[HTMLElement]': ['type', 'label'],
'menuitem^[HTMLElement]':
Expand Down Expand Up @@ -268,4 +269,4 @@ const _TYPE_MNEMONICS: {[type: string]: string} = {
'number': '#',
'boolean': '!',
'object': '%',
};
};
2 changes: 1 addition & 1 deletion scripts/ci/env.sh
Expand Up @@ -37,7 +37,7 @@ fi
setEnvVar NODE_VERSION 6.9.5
setEnvVar NPM_VERSION 3.10.7 # do not upgrade to >3.10.8 unless https://github.com/npm/npm/issues/14042 is resolved
setEnvVar YARN_VERSION 0.21.3
setEnvVar CHROMIUM_VERSION 433059 # Chrome 53 linux stable, see https://www.chromium.org/developers/calendar
setEnvVar CHROMIUM_VERSION 464641 # Chrome 59 linux stable, see https://www.chromium.org/developers/calendar
setEnvVar SAUCE_CONNECT_VERSION 4.3.11
setEnvVar PROJECT_ROOT $(cd ${thisDir}/../..; pwd)

Expand Down

0 comments on commit 022835b

Please sign in to comment.