Parcourir la source

add import path to .travis.yml

178inaba il y a 10 ans
Parent
commit
ce26751a5a
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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