Skip to content

Commit

Permalink
update circleci config
Browse files Browse the repository at this point in the history
  • Loading branch information
philchia committed Dec 27, 2018
1 parent 88500f2 commit 7333c5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
docker:
# specify the version
- image: circleci/golang:1.9
- image: circleci/golang:1.11

# Specify service dependencies here if necessary
# CircleCI maintains a library of pre-built images
Expand All @@ -22,6 +22,6 @@ jobs:
- checkout

# specify any bash command here prefixed with `run: `
- run: go test -v -cover
- run: go get -u github.com/mattn/goveralls
- run: GO111MODULE=on go test -v -cover
- run: GO111MODULE=on go get -u github.com/mattn/goveralls
- run: goveralls -service=circleci -repotoken $COVERALLS_TOKEN

0 comments on commit 7333c5f

Please sign in to comment.