Commit 227f5fbd authored by vipwzw's avatar vipwzw Committed by 33cn

调整执行顺序

parent 3b2ed068
...@@ -26,13 +26,6 @@ matrix: ...@@ -26,13 +26,6 @@ matrix:
script: script:
- make test - make test
- name: auto-test
go: "1.9.x"
install: skip
before_script: make build_ci
script:
- make autotest dapp=all
- name: coverage - name: coverage
if: branch = master if: branch = master
go: "1.9.x" go: "1.9.x"
...@@ -44,6 +37,13 @@ matrix: ...@@ -44,6 +37,13 @@ matrix:
after_success: after_success:
- bash <(curl -s https://codecov.io/bash) - bash <(curl -s https://codecov.io/bash)
- name: auto-test
go: "1.9.x"
install: skip
before_script: make build_ci
script:
- make autotest dapp=all
- name: deploy - name: deploy
if: env(DAPP) IS present if: env(DAPP) IS present
sudo: required sudo: required
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment