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

Commit

Permalink
Ensure goreleaser is still working
Browse files Browse the repository at this point in the history
  • Loading branch information
jorinvo committed Apr 12, 2018
1 parent 719cb13 commit 45aa62d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
22 changes: 11 additions & 11 deletions goreleaser.yml → .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
build:
goos:
- windows
- darwin
- linux
goarch:
- amd64
- 386
- arm
- arm64
builds:
- goos:
- windows
- darwin
- linux
goarch:
- amd64
- 386
- arm
- arm64
archive:
format_overrides:
- goos: windows
Expand All @@ -28,7 +28,7 @@ brew:
folder: Formula
homepage: https://qvl.io/ghbackup
description: Embarrassingly simple GitHub backup tool
fpm:
nfpm:
homepage: https://qvl.io/ghbackup
description: Embarrassingly simple GitHub backup tool
maintainer: Jorin Vogel <[email protected]>
Expand Down
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
language: go
go_import_path: qvl.io/ghbackup
go:
- 1.9
- '1.10'
os:
- linux
- osx
after_success: |
test "$TRAVIS_OS_NAME" = "linux" -a -n "$TRAVIS_TAG" \
&& gem install fpm \
&& go get github.com/goreleaser/goreleaser \
&& goreleaser

0 comments on commit 45aa62d

Please sign in to comment.