Skip to content
This repository was archived by the owner on Dec 13, 2022. It is now read-only.

Commit cb409b5

Browse files
committed
Update release details.
Add homepage and description. Rename Darwin to MacOS. Create .deb package. Use .zip for Windows.
1 parent 5e31183 commit cb409b5

File tree

2 files changed

+30
-8
lines changed

2 files changed

+30
-8
lines changed

.travis.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
language: go
2+
go_import_path: qvl.io/sleepto
23
go:
3-
- 1.7.4
4+
- 1.8.1
45
os:
56
- linux
67
- osx
7-
after_success:
8-
test "$TRAVIS_OS_NAME" = "linux" -a -n "$TRAVIS_TAG" && go get github.com/goreleaser/goreleaser && goreleaser
8+
after_success: |
9+
test "$TRAVIS_OS_NAME" = "linux" -a -n "$TRAVIS_TAG" \
10+
&& gem install fpm \
11+
&& go get github.com/goreleaser/goreleaser \
12+
&& goreleaser

goreleaser.yml

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,28 @@
1-
brew:
2-
github:
3-
owner: qvl
4-
name: homebrew-tap
5-
folder: Formula
1+
homepage: &homepage https://qvl.io/sleepto
2+
description: &description Alternative to traditional task schedulers
63
build:
74
goos:
85
- windows
96
- darwin
107
- linux
8+
archive:
9+
format_overrides:
10+
- goos: windows
11+
format: zip
12+
replacements:
13+
darwin: MacOS
14+
brew:
15+
github:
16+
owner: qvl
17+
name: homebrew-tap
18+
folder: Formula
19+
homepage: *homepage
20+
description: *description
21+
fpm:
22+
homepage: *homepage
23+
description: *description
24+
maintainer: Jorin Vogel <[email protected]>
25+
license: MIT
26+
vendor: GoReleaser
27+
formats:
28+
- deb

0 commit comments

Comments
 (0)