| language: gogo_import_path: github.com/sirupsen/logrusgit:  depth: 1env:  - GO111MODULE=ongo: 1.15.xos: linuxinstall:  - ./travis/install.shscript:  - cd ci  - go run mage.go -v -w ../ crossBuild  - go run mage.go -v -w ../ lint  - go run mage.go -v -w ../ test
 |