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 080d271 commit c5676f5Copy full SHA for c5676f5
1 file changed
.travis.yml
@@ -10,17 +10,18 @@ branches:
10
11
jobs:
12
include:
13
- - name: "推送编译"
+ - name: "Push Compile"
14
if: type = push AND branch = develop
15
install: yarn install
16
script:
17
- yarn build
18
+ - yarn dev
19
- git config --global user.name "Juzi"
20
- git config --global user.email "juzi214032@qq.com"
21
- git add -A
22
- "git commit -m 'build: Travis CI automatic compilation.'"
- - git push "https://juzi214032:${GITHUB_TOKEN}@github.com/TaleLin/lin-ui"
23
- - name: "检测编译"
+ - git push "https://juzi214032:${GITHUB_TOKEN}@github.com/TaleLin/lin-ui" develop
24
+ - name: "Check Compile"
25
if: type = pull_request
26
27
script: yarn build
0 commit comments