Skip to content

Commit

Permalink
test travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sofixa committed Oct 25, 2017
1 parent a59409f commit 47533bc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
@@ -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}}"

0 comments on commit 47533bc

Please sign in to comment.