ci(aio): verify that the Lighthouse PWA score remains above a threshold

This commit is contained in:
Georgios Kalpakas
2017-04-01 02:24:25 +03:00
committed by Pete Bacon Darwin
parent a73050de48
commit 49d97e1216
8 changed files with 366 additions and 19 deletions

View File

@ -71,7 +71,7 @@ case ${CI_MODE} in
;;
0)
# Preconditions met: Deploy
yarn run deploy-preview
yarn deploy-preview
;;
esac
fi
@ -82,7 +82,7 @@ case ${CI_MODE} in
else
# This is upstream master: Deploy to staging
travisFoldStart "deploy.aio.staging"
yarn run deploy-staging
yarn deploy-staging
travisFoldEnd "deploy.aio.staging"
fi
)