fix: fix automatic zeit deployment (#1734)

This reverts commit 767fbccaff and
fixes #1732.
This commit is contained in:
Nolan Lawson 2020-03-29 11:54:40 -07:00 committed by GitHub
parent 767fbccaff
commit f6f2da2748
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -65,6 +65,9 @@ matrix:
- env: BROWSER=chrome:headless COMMAND=test-browser-suite0
- env: BROWSER=chrome:headless COMMAND=test-browser-suite1
- env: COMMAND=test-unit
- env: COMMAND=deploy-all-travis
allow_failures:
- env: COMMAND=deploy-all-travis
branches:
only:
- master

View File

@ -22,7 +22,7 @@ if [[ ! -z "$NOW_TOKEN" ]]; then
fi
# launch
URL=$($NOW_COMMAND -e SAPPER_TIMESTAMP=$(date +%s%3N))
URL=$($NOW_COMMAND --confirm -e SAPPER_TIMESTAMP=$(date +%s%3N))
# fixes issues with now being unavailable immediately
sleep 60