Merge pull request #520 from 178inaba/travis-import_path

This commit is contained in:
Javier Provecho Fernandez 2017-07-08 19:29:13 +02:00
commit e38955615a
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ git:
install: install:
- make install - make install
go_import_path: github.com/gin-gonic/gin
script: script:
- make vet - make vet
- make fmt-check - make fmt-check