Skip to content

Commit

Permalink
fix: demo not deploying latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinchappell committed Apr 11, 2019
1 parent 19f4b74 commit dbf9e79
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit dbf9e79

Please sign in to comment.