[WIP]Travis-CI integration

This commit is contained in:
Adrian Todorov 2017-10-26 23:17:28 +02:00
parent 27ebb38acf
commit 6438366409
1 changed files with 5 additions and 3 deletions

View File

@ -1,10 +1,12 @@
language: go language: go
install: true
go: go:
- 1.8 - 1.8
env: env:
- "PATH=/home/travis/gopath/bin:$PATH" - "PATH=/home/travis/gopath/bin:$PATH"
before_install: before_install:
- go get github.com/mitchellh/gox - go get github.com/mitchellh/gox
after_success: script:
- gox -output "dist/{{.OS}}_{{.Arch}}_{{.Dir}}" - go get -t ./...
- gox