Skip to content

Commit 4319127

Browse files
committed
adding travis CI stuff
1 parent 1ad12e1 commit 4319127

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
language: go
2+
3+
go:
4+
- 1.4
5+
6+
before_install:
7+
- go get github.com/tcnksm/ghr
8+
9+
after_success:
10+
- go build
11+
- ghr --username therealbill --token $GITHUB_TOKEN --replace $(cat .version) pod-connector

.version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0.9.0

0 commit comments

Comments
 (0)