소스 검색

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

Javier Provecho Fernandez 8 년 전
부모
커밋
e38955615a
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      .travis.yml

+ 2 - 0
.travis.yml

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