test circleci2

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

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

Loading…
Cancel
Save