Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 787399f

Browse files
authored
Create .travis.yml
1 parent d1efa95 commit 787399f

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
language: go
2+
3+
deploy:
4+
- provider: script
5+
skip_cleanup: true
6+
script: make release
7+
on:
8+
tags: true

0 commit comments

Comments
 (0)