build(aio): serve gzipped content from the preview server

Fixes #16699
This commit is contained in:
Georgios Kalpakas
2017-05-11 00:22:16 +03:00
committed by Pete Bacon Darwin
parent 67dc970ce4
commit c757e5794f
4 changed files with 7 additions and 6 deletions

View File

@ -59,10 +59,7 @@ if [[ ${TRAVIS:-} ]]; then
setEnvVar KARMA_JS_BROWSERS `node -e "console.log(require('/home/travis/build/angular/angular/browser-providers.conf').browserstackAliases.CI_OPTIONAL.join(','))"`
;;
aio)
# Due to network latency/server performance, the min accepted PWA score
# on previews is a little lower than on staging.
setEnvVar MIN_PWA_SCORE_PREVIEW 93
setEnvVar MIN_PWA_SCORE_STAGING 95
setEnvVar MIN_PWA_SCORE 95
;;
esac
else