From: Matt Joiner Date: Tue, 8 Jan 2019 05:59:49 +0000 (+1100) Subject: Fix yaml formatting X-Git-Tag: v1.1.0~25^2~8 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=26983bb031b934f919d5d152dafd7089cb59319b;p=btrtrc.git Fix yaml formatting What a stupid format. --- diff --git a/.circleci/config.yml b/.circleci/config.yml index 118ed967..097dba06 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -24,8 +24,8 @@ jobs: - run: sudo apt-get update - run: sudo apt install fuse pv - restore_cache: - keys: - - go-mod + keys: + - go-mod - run: go get ./... - run: go test -v -race ./... -count 2 - run: go test -bench . ./... @@ -36,8 +36,8 @@ jobs: # - run: GO111MODULE=off go install github.com/anacrolix/godo - run: go install ./cmd/torrentfs - save_cache: - key: go-mod - paths: - - $GOPATH/pkg/mod + key: go-mod + paths: + - $GOPATH/pkg/mod - run: sudo modprobe fuse - run: fs/test.sh