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