Skip to content

Commit

Permalink
Adding wip travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
simplyzee committed Sep 18, 2019
1 parent 10d2f3b commit 54c7cee
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
language: go
go: '1.13.x'
env:
- GO111MODULE=on
install:
- go mod download
- make build
deploy:
- provider: script
skip_cleanup: true
script: curl -sL https://git.io/goreleaser | bash -s -- --rm-dist
on:
tags: true

0 comments on commit 54c7cee

Please sign in to comment.