We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c188776 + d88b705 commit ef267c6Copy full SHA for ef267c6
.goreleaser.yaml
@@ -2,13 +2,12 @@ project_name: chezmoi
2
3
before:
4
hooks:
5
- - export GO111MODULE=on go mod download
+ - go mod download
6
7
builds:
8
- binary: chezmoi
9
env:
10
- CGO_ENABLED=0
11
- - GO111MODULE=on
12
goos:
13
- linux
14
- darwin
.travis.yml
@@ -14,7 +14,7 @@ go:
# - docker
15
16
script:
17
- - go test -v ./...
+ - go test ./...
18
- go test -cover -race ./...
19
- go vet ./...
20
0 commit comments