Skip to content

Commit

Permalink
added dep to circleci script
Browse files Browse the repository at this point in the history
  • Loading branch information
jhaynie committed Mar 11, 2018
1 parent 699e4aa commit 04a00c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ jobs:
working_directory: /go/src/github.com/pinpt/httpclient
steps:
- checkout
- run: go get -v -t -d ./...
- run: go test -v -cover ./...

0 comments on commit 04a00c2

Please sign in to comment.