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:
Olivier Mengué 2018-11-25 23:15:12 +01:00
parent 29d7eb25e8
commit 0c5e33c7e0
1 changed files with 1 additions and 0 deletions

View File

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