From a7ce7d58b9056a8e2a63f369fe34eaee5c027185 Mon Sep 17 00:00:00 2001 From: vinllen Date: Sat, 10 Aug 2019 15:03:53 +0800 Subject: [PATCH] test circleci2 --- .circleci/config.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a2328c0..628d4de 100644 --- a/.circleci/config.yml +++ b/.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