Add go_import_path to travis so it works on a fork. (#1995)
This commit is contained in:
parent
737ae60cea
commit
bcd43e82c6
|
@ -5,5 +5,9 @@ language: go
|
|||
go:
|
||||
- 1.6.3
|
||||
|
||||
go_import_path: github.com/prometheus/prometheus
|
||||
|
||||
script:
|
||||
- make check_license style test
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue