Update .travis.yml
This commit is contained in:
		@ -1,12 +1,17 @@
 | 
				
			|||||||
language: go
 | 
					language: go
 | 
				
			||||||
sudo: false
 | 
					sudo: false
 | 
				
			||||||
go:
 | 
					go:
 | 
				
			||||||
  - 1.4
 | 
					 | 
				
			||||||
  - 1.5.4
 | 
					 | 
				
			||||||
  - 1.6.4
 | 
					  - 1.6.4
 | 
				
			||||||
  - 1.7.4
 | 
					  - 1.7.4
 | 
				
			||||||
  - tip
 | 
					  - tip
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					git:
 | 
				
			||||||
 | 
					  depth: 3
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					install:
 | 
				
			||||||
 | 
					  - go get -v github.com/kardianos/govendor
 | 
				
			||||||
 | 
					  - govendor sync
 | 
				
			||||||
 | 
					
 | 
				
			||||||
script:
 | 
					script:
 | 
				
			||||||
  - go test -v -covermode=count -coverprofile=coverage.out
 | 
					  - go test -v -covermode=count -coverprofile=coverage.out
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user