Skip to content

Commit

Permalink
update circle ci build script
Browse files Browse the repository at this point in the history
  • Loading branch information
philchia committed Feb 27, 2019
1 parent b2de0b1 commit f68e2c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
# specify any bash command here prefixed with `run: `
- run: GO111MODULE=on go test -v -cover
- run: GO111MODULE=on go get -u github.com/mattn/goveralls
- run: goveralls -service=circleci -repotoken $COVERALLS_TOKEN
- run: GO111MODULE=on goveralls -service=circleci -repotoken $COVERALLS_TOKEN

0 comments on commit f68e2c0

Please sign in to comment.