Skip to content

Commit

Permalink
Use only travis provider releaser to publish in GH
Browse files Browse the repository at this point in the history
  • Loading branch information
iknite committed Nov 19, 2018
1 parent a4b92b1 commit ce48c09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .goreleaser.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ after_success:
- bash <(curl -s https://codecov.io/bash)

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

0 comments on commit ce48c09

Please sign in to comment.