summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen <stephengroat@users.noreply.github.com>2018-03-22 10:44:10 -0700
committerStephen <stephen@egroat.com>2018-03-22 15:14:52 -0700
commit3c784ce8b4c721a47ea65b72a6f18dbdd1762954 (patch)
treea2505fa9968bfb88f6b286dc36564b6ab21ec460
parent35dd3f2432471f23dddb0d9ef11fd9b6dfd1c71b (diff)
Create .travis.yml
Add link to allow forks to use local resources
-rw-r--r--.travis.yml4
-rw-r--r--Makefile2
l---------vendor/github.com/sgreben/jp1
3 files changed, 6 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..1a772b9
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,4 @@
+language: go
+go:
+ - "1.10"
+script: make zip
diff --git a/Makefile b/Makefile
index 156a210..48011e3 100644
--- a/Makefile
+++ b/Makefile
@@ -48,4 +48,4 @@ release/$(APP)_$(VERSION)_linux_x86_64.zip: binaries/linux_x86_64/$(APP)
cd ./binaries/linux_x86_64 && zip -r -D ../../release/$(APP)_$(VERSION)_linux_x86_64.zip $(APP)
binaries/linux_x86_64/$(APP): $(GOFILES)
- GOOS=linux GOARCH=amd64 go build -ldflags "-X main.version=$(VERSION)" -o binaries/linux_x86_64/$(APP) ./cmd/$(APP) \ No newline at end of file
+ GOOS=linux GOARCH=amd64 go build -ldflags "-X main.version=$(VERSION)" -o binaries/linux_x86_64/$(APP) ./cmd/$(APP)
diff --git a/vendor/github.com/sgreben/jp b/vendor/github.com/sgreben/jp
new file mode 120000
index 0000000..a8a4f8c
--- /dev/null
+++ b/vendor/github.com/sgreben/jp
@@ -0,0 +1 @@
+../../.. \ No newline at end of file