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

调整执行顺序

parent 3b2ed068
......@@ -26,13 +26,6 @@ matrix:
script:
- make test
- name: auto-test
go: "1.9.x"
install: skip
before_script: make build_ci
script:
- make autotest dapp=all
- name: coverage
if: branch = master
go: "1.9.x"
......@@ -44,6 +37,13 @@ matrix:
after_success:
- 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
if: env(DAPP) IS present
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