Skip to content

Commit 345b042

Browse files
authored
Merge pull request #1 from thebinary/ci
CI
2 parents 962782f + 2e83dcc commit 345b042

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.travis.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
language: go
2+
go:
3+
- 1.12.x
4+
os:
5+
- linux
6+
dist: trusty
7+
sudo: false
8+
install: true
9+
10+
deploy:
11+
- provider: script
12+
skip_cleanup: true
13+
script: curl -sL https://git.io/goreleaser | bash
14+
on:
15+
tags: true
16+
condition: $TRAVIS_OS_NAME = linux

0 commit comments

Comments
 (0)