Skip to content

Commit ef267c6

Browse files
authored
Merge pull request #44 from twpayne/goreleaser-fixes
Goreleaser fixes
2 parents c188776 + d88b705 commit ef267c6

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.goreleaser.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@ project_name: chezmoi
22

33
before:
44
hooks:
5-
- export GO111MODULE=on go mod download
5+
- go mod download
66

77
builds:
88
- binary: chezmoi
99
env:
1010
- CGO_ENABLED=0
11-
- GO111MODULE=on
1211
goos:
1312
- linux
1413
- darwin

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ go:
1414
# - docker
1515

1616
script:
17-
- go test -v ./...
17+
- go test ./...
1818
- go test -cover -race ./...
1919
- go vet ./...
2020

0 commit comments

Comments
 (0)