Skip to content
This repository was archived by the owner on Mar 3, 2022. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ksk001100 committed Dec 14, 2019
1 parent eea009d commit 1e601de
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,16 @@
language: go

go:
- "1.11.4"
- "1.13.4"
env:
- GO111MODULE=on

install:
- go mod download
- go get -u github.com/goreleaser/goreleaser

deploy:
- provider: script
skip_cleanup: true
script: bash goreleaser.sh
on:
tags: true
condition: $TRAVIS_OS_NAME = linux
after_success:
- goreleaser

notifications:
email:
Expand Down
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ require (
github.com/urfave/cli v1.20.0
golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529
)

go 1.13

0 comments on commit 1e601de

Please sign in to comment.