From dbf9e79c1f2d5926e74a99e4552152e2ebdace53 Mon Sep 17 00:00:00 2001 From: Kevin Chappell Date: Thu, 11 Apr 2019 12:05:14 -0700 Subject: [PATCH] fix: demo not deploying latest version --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c2615711..fb4d2c4b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ git: submodules: false before_install: - "git config --global user.name \"\U0001F916\"" - - "git config --global user.email \"travis@travis-ci.org\"" + - "git config --global user.email \"travis@travis-ci.com\"" jobs: include: - stage: lint @@ -30,4 +30,7 @@ jobs: - yarn travis-deploy-once "yarn semantic-release" skip_cleanup: true after_deploy: + - sleep 10 + - git pull https://${GH_TOKEN}@github.com/${GH_REPO}.git master + - yarn build - yarn deploy:demo