This repository was archived by the owner on Dec 13, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +30
-8
lines changed
Expand file tree Collapse file tree 2 files changed +30
-8
lines changed Original file line number Diff line number Diff line change 11language : go
2+ go_import_path : qvl.io/sleepto
23go :
3- - 1.7.4
4+ - 1.8.1
45os :
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
Original file line number Diff line number Diff line change 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
63build :
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
You can’t perform that action at this time.
0 commit comments