test circleci9

v4
vinllen 5 years ago
parent 8a7eaba41a
commit f8a2c6be53
  1. 2
      .circleci/config.yml

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

Loading…
Cancel
Save