We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19f4b74 commit dbf9e79Copy full SHA for dbf9e79
.travis.yml
@@ -14,7 +14,7 @@ git:
14
submodules: false
15
before_install:
16
- "git config --global user.name \"\U0001F916\""
17
- - "git config --global user.email \"travis@travis-ci.org\""
+ - "git config --global user.email \"travis@travis-ci.com\""
18
jobs:
19
include:
20
- stage: lint
@@ -30,4 +30,7 @@ jobs:
30
- yarn travis-deploy-once "yarn semantic-release"
31
skip_cleanup: true
32
after_deploy:
33
+ - sleep 10
34
+ - git pull https://${GH_TOKEN}@github.com/${GH_REPO}.git master
35
+ - yarn build
36
- yarn deploy:demo
0 commit comments