File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,14 +14,17 @@ jobs:
1414 if : type = push AND branch = develop
1515 install : yarn install
1616 script :
17- - yarn build
1817 - yarn dev
19- - git config --global user.name "Juzi"
20- - git config --global user.email "juzi214032@qq.com"
18+ - yarn build
19+ after_success :
20+ - git config --global user.name "Deployment Bot"
21+ - git config --global user.email "deploy@travis-ci.org"
2122 - git add -A
2223 - " git commit -m 'build: Travis CI automatic compilation.'"
23- - git push "https://juzi214032:${GITHUB_TOKEN}@github.com/TaleLin/lin-ui" develop
24+ - git push "https://juzi214032:${GITHUB_TOKEN}@github.com/TaleLin/lin-ui" HEAD: develop
2425 - name : " Check Compile"
2526 if : type = pull_request
2627 install : yarn install
27- script : yarn build
28+ script :
29+ - yarn dev
30+ - yarn build
You can’t perform that action at this time.
0 commit comments