Skip to content

Commit cef8182

Browse files
committed
update travis config
1 parent 25bda72 commit cef8182

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ before_script:
44
before_deploy:
55
- env GOOS=darwin GOARCH=386 go build -o timezilla-osx-386
66
- env GOOS=darwin GOARCH=amd64 go build -o timezilla-osx-amd64
7-
- env GOOS=dragonfly GOARCH=amd64 go build -o timezilla-dragonflybsd-amd64
87
- env GOOS=freebsd GOARCH=386 go build -o timezilla-freebsd-386
98
- env GOOS=freebsd GOARCH=amd64 go build -o timezilla-freebsd-amd64
109
- env GOOS=freebsd GOARCH=arm go build -o timezilla-freebsd-arm
@@ -34,7 +33,6 @@ deploy:
3433
file:
3534
- "timezilla-osx-386"
3635
- "timezilla-osx-amd64"
37-
- "timezilla-dragonflybsd-amd64"
3836
- "timezilla-freebsd-386"
3937
- "timezilla-freebsd-amd64"
4038
- "timezilla-freebsd-arm"

0 commit comments

Comments
 (0)