Explorar el Código

add import path to .travis.yml

178inaba hace 10 años
padre
commit
ce26751a5a
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      .travis.yml

+ 2 - 0
.travis.yml

@@ -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