summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergey Grebenshchikov <sgreben@users.noreply.github.com>2018-03-23 00:34:40 +0100
committerGitHub <noreply@github.com>2018-03-23 00:34:40 +0100
commit7e3d9839123783e5c367522953e494789ce3618d (patch)
tree8e1707510eff5f4fe7a6960835788a74164b567a
parent6090a7f1b03b59924e15610d7023106bc2bcf729 (diff)
parentce734ec2d33c6ebd18ee730e621798442db762f7 (diff)
Merge pull request #8 from stephengroat/patch-1
Create .travis.yml
-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 9fdac88..a12c493 100644
--- a/Makefile
+++ b/Makefile
@@ -77,4 +77,4 @@ release/$(APP)_$(VERSION)_linux_arm64.zip: binaries/linux_arm64/$(APP)
cd ./binaries/linux_arm64 && zip -r -D ../../release/$(APP)_$(VERSION)_linux_arm64.zip $(APP)
binaries/linux_arm64/$(APP): $(GOFILES)
- GOOS=linux GOARCH=arm64 go build -ldflags "-X main.version=$(VERSION)" -o binaries/linux_arm64/$(APP) ./cmd/$(APP) \ No newline at end of file
+ GOOS=linux GOARCH=arm64 go build -ldflags "-X main.version=$(VERSION)" -o binaries/linux_arm64/$(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