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

Commit

Permalink
Remove goreleaser configuration
Browse files Browse the repository at this point in the history
Remove goreleaser as not required for package
  • Loading branch information
billglover committed Jun 13, 2018
2 parents b8f00d2 + 1e56f0f commit 8827beb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
10 changes: 0 additions & 10 deletions .goreleaser.yml

This file was deleted.

7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,10 @@ language: go

go:
- "1.x"
- "1.10.x"
- master

deploy:
- provider: script
skip_cleanup: true
script: curl -sL https://git.io/goreleaser | bash
- provider: releases
api_key: $GITHUB_TOKEN
on:
tags: true
condition: $TRAVIS_OS_NAME = linux

0 comments on commit 8827beb

Please sign in to comment.