Skip to content

Commit

Permalink
Merge pull request #27 from G-Research/jimbobby5-patch-1
Browse files Browse the repository at this point in the history
Remove -t flag to 'go get'
  • Loading branch information
JamesMurkin authored Jul 23, 2019
2 parents dc05b28 + 20eb75a commit 98614ea
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 @@ -20,5 +20,5 @@ jobs:
- checkout

# specify any bash command here prefixed with `run: `
- run: go get -v -t -d ./...
- run: go get -v -d ./...
- run: go test -v ./...

0 comments on commit 98614ea

Please sign in to comment.