test circleci3

v4
vinllen 5 years ago
parent a7ce7d58b9
commit 20f5df5432
  1. 6
      .circleci/config.yml

@ -22,4 +22,8 @@ jobs:
- checkout
# specify any bash command here prefixed with `run: `
- run: sh build.sh
- run: export GOPATH=`pwd`
- run: go get -u github.com/kardianos/govendor
- run: cd src/vendor
- run: govendor sync
- run: cd ../../ && sh build.sh

Loading…
Cancel
Save