Browse Source

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

Javier Provecho Fernandez 9 năm trước cách đây
mục cha
commit
e38955615a
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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