Skip to content

Commit b512fed

Browse files
committed
Add go_import_path to travis
It solves "use of internal package not allowed" when built in a fork. Signed-off-by: Javi Fontan <[email protected]>
1 parent 5cc3100 commit b512fed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ go:
44
- 1.9
55
- tip
66

7+
go_import_path: github.com/src-d/gitquery
8+
79
matrix:
810
fast_finish: true
911
allow_failures:

0 commit comments

Comments
 (0)