fix travis build
This commit is contained in:
parent
5991a6ba9a
commit
b39d05a2fd
2 changed files with 3 additions and 2 deletions
|
@ -3,7 +3,7 @@ language: go
|
|||
go:
|
||||
- "1.x"
|
||||
|
||||
script: ".scripts/build_crossplatform $TRAVIS_TAG"
|
||||
script: ".scripts/build_crossplatform.sh $TRAVIS_TAG"
|
||||
|
||||
deploy:
|
||||
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
|
||||
```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.
|
||||
|
|
Loading…
Add table
Reference in a new issue