diff --git a/.travis.yml b/.travis.yml index 80841bb..1c6afad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,6 @@ install: - go get github.com/mitchellh/gox script: - go test -bench=. ./... -- gox -os="linux darwin freebsd" -arch="386 amd64 arm" -build-toolchain - gox -os="linux darwin freebsd" -arch="386 amd64 arm" -ldflags "-X main.build_version ${TRAVIS_TAG:-'custom'} -X main.build_timestamp `date -u +%Y%m%d.%H%M%S`" -output="bin/myq_status.{{.OS}}-{{.Arch}}" - tar cvzf myq_tools.tgz bin/* - zip myq_tools.zip bin/*