We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 679eac8 commit 819b8fdCopy full SHA for 819b8fd
.goreleaser.yml
@@ -10,15 +10,14 @@ builds:
10
- darwin
11
env:
12
- CGO_ENABLED=0
13
-archive:
14
- replacements:
15
- darwin: Darwin
16
- linux: Linux
17
- windows: Windows
18
- 386: i386
19
- amd64: x86_64
20
archives:
21
-
+ replacements:
+ darwin: Darwin
+ linux: Linux
+ windows: Windows
+ 386: i386
+ amd64: x86_64
22
format_overrides:
23
- goos: windows
24
format: zip
.travis.yml
@@ -1,5 +1,5 @@
1
language: go
2
go:
3
-- '1.11.4'
+- '1.15'
4
- 'tip'
5
-script: env GO111MODULE=on go test -v ./lib/... .
+script: env GO111MODULE=on go test -v ./ghosttohugo/... .
0 commit comments