Skip to content

Commit

Permalink
[WIP]Travis-CI integration
Browse files Browse the repository at this point in the history
  • Loading branch information
sofixa committed Oct 26, 2017
1 parent 27ebb38 commit 6438366
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
@@ -1,10 +1,12 @@
language: go
install: true
go:
- 1.8
env:
- "PATH=/home/travis/gopath/bin:$PATH"
before_install:
- go get github.com/mitchellh/gox
after_success:
- gox -output "dist/{{.OS}}_{{.Arch}}_{{.Dir}}"
- go get github.com/mitchellh/gox
script:
- go get -t ./...
- gox

0 comments on commit 6438366

Please sign in to comment.