Skip to content

Commit

Permalink
Update travis config and gitignore for goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
emi80 committed Nov 19, 2019
1 parent c5ae089 commit 82b3d83
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
bin/
tmp/
dist/
.test.debug.elfile.bed
15 changes: 12 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ env:
- GO111MODULE=on

go:
- "1.11.x"
- "1.12.x"
- "tip"
- 1.11.x
- 1.12.x
- 1.13.x
- tip

before_install:
- go get github.com/mattn/goveralls
Expand All @@ -16,3 +17,11 @@ install:

script:
- $HOME/gopath/bin/goveralls -service=travis-ci

deploy:
- provider: script
skip_cleanup: true
script: curl -sL https://git.io/goreleaser | bash
on:
tags: true
condition: $TRAVIS_GO_VERSION =~ ^1\.13

0 comments on commit 82b3d83

Please sign in to comment.