ci(aio): upload aio payload size to firebase

ci(aio): Add timestamp and change data
This commit is contained in:
Yuan Gao
2017-05-23 17:20:56 -07:00
committed by Matias Niemelä
parent 08ecfd891d
commit 0440251919
5 changed files with 75 additions and 1 deletions

View File

@ -35,6 +35,9 @@ esac
firebase use "$projectId" --token "$firebaseToken"
firebase deploy --message "Commit: $TRAVIS_COMMIT" --non-interactive --token "$firebaseToken"
# Check payload size
yarn payload-size
# Run PWA-score tests
yarn test-pwa-score -- "$deployedUrl" "$MIN_PWA_SCORE" "$PWA_RESULTS_LOG"
)