Merge pull request #868 from dolmen/fix-travis-import-path

Travis: fix checkout dir to help contributors run Travis on their fork
This commit is contained in:
David Bariod 2018-12-07 06:46:55 +01:00 committed by GitHub
commit 3f1910655c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
language: go
go_import_path: github.com/sirupsen/logrus
env:
- GOMAXPROCS=4 GORACE=halt_on_error=1
matrix: