fix travis build

This commit is contained in:
noerw 2018-06-24 23:02:27 +02:00
parent 5991a6ba9a
commit b39d05a2fd
2 changed files with 3 additions and 2 deletions

View file

@ -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

View file

@ -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.