From 6bbf636bedc0efb27e5251b7461d4cf10dd8e680 Mon Sep 17 00:00:00 2001 From: Hunter Long Date: Mon, 18 Jun 2018 17:10:26 -0700 Subject: [PATCH] new --- .travis.yml | 2 +- build.sh | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3e88e4aa..356059ef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ services: - mongodb env: - - VERSION=0.15 + - VERSION=0.151 matrix: allow_failures: diff --git a/build.sh b/build.sh index 07bac6cb..bce68c24 100755 --- a/build.sh +++ b/build.sh @@ -14,8 +14,6 @@ xgo --targets=linux/386 --dest=build -ldflags="-X main.VERSION=$VERSION" ./ xgo --targets=windows/amd64 --dest=build -ldflags="-X main.VERSION=$VERSION" ./ -CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -tags netgo -ldflags '-X main.VERSION=$VERSION -w -extldflags "-static"' -o build/statup-linux-static . - cd build ls cd ../