Skip to content

Commit

Permalink
Restore deploy setup
Browse files Browse the repository at this point in the history
  • Loading branch information
xxuejie committed Mar 12, 2020
1 parent 8c7e746 commit 3906afb
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,10 @@ script:
- make fmt
- git diff --exit-code

jobs:
include:
- stage: deploy
provider: script
script: curl -sL https://git.io/goreleaser | bash
os: linux
go: 1.13.x
on:
tags: true
deploy:
- provider: script
skip_cleanup: true
script: curl -sL https://git.io/goreleaser | bash
on:
tags: true
condition: $TRAVIS_OS_NAME = linux

0 comments on commit 3906afb

Please sign in to comment.