Skip to content

Commit

Permalink
fix config files
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarone committed Dec 27, 2020
1 parent 679eac8 commit 819b8fd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
13 changes: 6 additions & 7 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,14 @@ builds:
- darwin
env:
- CGO_ENABLED=0
archive:
replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
archives:
-
replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
format_overrides:
- goos: windows
format: zip
Expand Down
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: go
go:
- '1.11.4'
- '1.15'
- 'tip'
script: env GO111MODULE=on go test -v ./lib/... .
script: env GO111MODULE=on go test -v ./ghosttohugo/... .

0 comments on commit 819b8fd

Please sign in to comment.