test circleci2

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

@ -6,7 +6,7 @@ jobs:
build: build:
docker: docker:
# specify the version # specify the version
- image: circleci/golang:1.9 - image: circleci/golang:1.10
# Specify service dependencies here if necessary # Specify service dependencies here if necessary
# CircleCI maintains a library of pre-built images # CircleCI maintains a library of pre-built images
@ -22,5 +22,4 @@ jobs:
- checkout - checkout
# specify any bash command here prefixed with `run: ` # specify any bash command here prefixed with `run: `
- run: go get -v -t -d ./... - run: sh build.sh
- run: go test -v ./...

Loading…
Cancel
Save