We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ad12e1 commit 4319127Copy full SHA for 4319127
.travis.yml
@@ -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
@@ -0,0 +1 @@
+0.9.0
0 commit comments