knights-special/.travis.yml

17 lines
282 B
YAML
Raw Permalink Normal View History

2017-01-18 20:02:25 -05:00
branches:
only:
- master
language: go
go:
- tip
before_install:
- go get github.com/mitchellh/gox
- go get github.com/tcnksm/ghr
script:
- gox -output "dist/knights-special-{{.OS}}_{{.Arch}}"
- ghr -username tblyler -token "${GITHUB_TOKEN}" -recreate v1.0.0 dist/