forked from mirror/gin
add import path to .travis.yml
This commit is contained in:
parent
8949247b92
commit
ce26751a5a
|
@ -5,6 +5,8 @@ go:
|
|||
- 1.4.2
|
||||
- tip
|
||||
|
||||
go_import_path: github.com/gin-gonic/gin
|
||||
|
||||
script:
|
||||
- go get golang.org/x/tools/cmd/cover
|
||||
- go get github.com/mattn/goveralls
|
||||
|
|
Loading…
Reference in New Issue