mirror of
https://github.com/Oxalide/vsphere-influxdb-go.git
synced 2023-10-10 13:36:51 +02:00
[WIP]Travis-CI integration
This commit is contained in:
parent
27ebb38acf
commit
6438366409
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user