add import path to .travis.yml
This commit is contained in:
		@ -5,6 +5,8 @@ go:
 | 
				
			|||||||
  - 1.4.2
 | 
					  - 1.4.2
 | 
				
			||||||
  - tip
 | 
					  - tip
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					go_import_path: github.com/gin-gonic/gin
 | 
				
			||||||
 | 
					
 | 
				
			||||||
script:
 | 
					script:
 | 
				
			||||||
  - go get golang.org/x/tools/cmd/cover
 | 
					  - go get golang.org/x/tools/cmd/cover
 | 
				
			||||||
  - go get github.com/mattn/goveralls
 | 
					  - go get github.com/mattn/goveralls
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user