fix travis build

develop v1.0.2
noerw 6 years ago
parent 5991a6ba9a
commit b39d05a2fd

@ -3,7 +3,7 @@ language: go
go: go:
- "1.x" - "1.x"
script: ".scripts/build_crossplatform $TRAVIS_TAG" script: ".scripts/build_crossplatform.sh $TRAVIS_TAG"
deploy: deploy:
provider: releases provider: releases

@ -81,7 +81,8 @@ Want to use `osem_notify` on a platform where no builds are provided?
Assuming you have golang installed, run Assuming you have golang installed, run
```sh ```sh
go install github.com/noerw/osem_notify go get -v -d ./
go build main.go
``` ```
For cross-compilation, check [this guide](https://dave.cheney.net/2015/08/22/cross-compilation-with-go-1-5) out. For cross-compilation, check [this guide](https://dave.cheney.net/2015/08/22/cross-compilation-with-go-1-5) out.

Loading…
Cancel
Save