Skip to content

Commit

Permalink
Add TravisCI config
Browse files Browse the repository at this point in the history
  • Loading branch information
mjs committed Jul 8, 2019
1 parent a197efe commit 45e38ca
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
language: go

go:
- "1.12.x"

script:
- go vet ./... && go test ./...

# calls goreleaser
deploy:
- provider: script
skip_cleanup: true
script: curl -sL https://git.io/goreleaser | bash
on:
tags: true
go: "1.12.x"

0 comments on commit 45e38ca

Please sign in to comment.