Skip to content

Commit

Permalink
Add circleci file
Browse files Browse the repository at this point in the history
  • Loading branch information
veggiedefender committed Jan 3, 2020
1 parent 67d6a68 commit 8aa4a57
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: 2
jobs:
build:
docker:
- image: circleci/golang:1.13.4

working_directory: /go/src/github.com/veggiedefender/torrent-client
steps:
- checkout
- run: go get -v -t -d ./...
- run: go test -v ./...

0 comments on commit 8aa4a57

Please sign in to comment.