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
+1
View File
@@ -1,4 +1,5 @@
language: go
go_import_path: github.com/sirupsen/logrus
env:
- GOMAXPROCS=4 GORACE=halt_on_error=1
matrix: