test travis.yml

This commit is contained in:
Adrian Todorov 2017-10-25 23:11:36 +02:00
parent a59409f16b
commit 47533bc266
1 changed files with 11 additions and 0 deletions

11
.travis.yml Normal file
View File

@ -0,0 +1,11 @@
language: go
go:
- 1.8
env:
- "PATH=/home/travis/gopath/bin:$PATH"
before_install:
- go get github.com/mitchellh/gox
- gox -build-toolchain
after_success:
- gox -output "dist/{{.OS}}_{{.Arch}}_{{.Dir}}"