1
0
mirror of https://github.com/veggiedefender/torrent-client.git synced 2025-11-06 09:29:16 +02:00
Files
torrent-client/.circleci/config.yml
2020-01-02 21:42:44 -05:00

11 lines
241 B
YAML

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 ./...