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 25bda72 commit cef8182Copy full SHA for cef8182
.travis.yml
@@ -4,7 +4,6 @@ before_script:
4
before_deploy:
5
- env GOOS=darwin GOARCH=386 go build -o timezilla-osx-386
6
- env GOOS=darwin GOARCH=amd64 go build -o timezilla-osx-amd64
7
- - env GOOS=dragonfly GOARCH=amd64 go build -o timezilla-dragonflybsd-amd64
8
- env GOOS=freebsd GOARCH=386 go build -o timezilla-freebsd-386
9
- env GOOS=freebsd GOARCH=amd64 go build -o timezilla-freebsd-amd64
10
- env GOOS=freebsd GOARCH=arm go build -o timezilla-freebsd-arm
@@ -34,7 +33,6 @@ deploy:
34
33
file:
35
- "timezilla-osx-386"
36
- "timezilla-osx-amd64"
37
- - "timezilla-dragonflybsd-amd64"
38
- "timezilla-freebsd-386"
39
- "timezilla-freebsd-amd64"
40
- "timezilla-freebsd-arm"
0 commit comments