Skip to content

Commit c5676f5

Browse files
committed
refactor(TravisCI): 修改 TravisCI 配置文件
1 parent 080d271 commit c5676f5

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,18 @@ branches:
1010

1111
jobs:
1212
include:
13-
- name: "推送编译"
13+
- name: "Push Compile"
1414
if: type = push AND branch = develop
1515
install: yarn install
1616
script:
1717
- yarn build
18+
- yarn dev
1819
- git config --global user.name "Juzi"
1920
- git config --global user.email "juzi214032@qq.com"
2021
- git add -A
2122
- "git commit -m 'build: Travis CI automatic compilation.'"
22-
- git push "https://juzi214032:${GITHUB_TOKEN}@github.com/TaleLin/lin-ui"
23-
- name: "检测编译"
23+
- git push "https://juzi214032:${GITHUB_TOKEN}@github.com/TaleLin/lin-ui" develop
24+
- name: "Check Compile"
2425
if: type = pull_request
2526
install: yarn install
2627
script: yarn build

0 commit comments

Comments
 (0)