mirror of https://github.com/sirupsen/logrus.git
Travis: fix checkout dir to help contributors run Travis on their fork
Set the Travis-CI checkout path to allow contributors running Travis-CI on their fork to have Travis-CI launching using the canonical import path instead of the path of the fork.
This commit is contained in:
parent
29d7eb25e8
commit
0c5e33c7e0
|
@ -1,4 +1,5 @@
|
||||||
language: go
|
language: go
|
||||||
|
go_import_path: github.com/sirupsen/logrus
|
||||||
env:
|
env:
|
||||||
- GOMAXPROCS=4 GORACE=halt_on_error=1
|
- GOMAXPROCS=4 GORACE=halt_on_error=1
|
||||||
matrix:
|
matrix:
|
||||||
|
|
Loading…
Reference in New Issue