Explorar el Código

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

Javier Provecho Fernandez hace 8 años
padre
commit
e38955615a
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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