File tree Expand file tree Collapse file tree 7 files changed +11
-8
lines changed Expand file tree Collapse file tree 7 files changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ os: linux
99install :
1010 - ./travis/install.sh
1111script :
12- - go run mage.go -v crossBuild
13- - go run mage.go -v lint
14- - go run mage.go -v test
12+ - cd ci
13+ - go run mage.go -v -w ../ crossBuild
14+ - go run mage.go -v -w ../ lint
15+ - go run mage.go -v -w ../ test
Original file line number Diff line number Diff line change 1+ module github.com/sirupsen/logrus/ci
2+
3+ go 1.15
4+
5+ require github.com/magefile/mage v1.11.0
Original file line number Diff line number Diff line change 1+ github.com/magefile/mage v1.11.0 h1:C/55Ywp9BpgVVclD3lRnSYCwXTYxmSppIgLeDYlNuls =
2+ github.com/magefile/mage v1.11.0 /go.mod h1:z5UZb/iS3GoOSn0JgWuiw7dxlurVYTu+/jHXqQg881A =
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ module github.com/sirupsen/logrus
22
33require (
44github.com/davecgh/go-spew v1.1.1 // indirect
5- github.com/magefile/mage v1.10.0
65github.com/pmezard/go-difflib v1.0.0 // indirect
76github.com/stretchr/testify v1.2.2
87golang.org/x/sys v0.0.0-20191026070338-33540a1f6037
Original file line number Diff line number Diff line change 11github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
22github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
3- github.com/magefile/mage v1.10.0 h1:3HiXzCUY12kh9bIuyXShaVe529fJfyqoVM42o/uom2g =
4- github.com/magefile/mage v1.10.0 /go.mod h1:z5UZb/iS3GoOSn0JgWuiw7dxlurVYTu+/jHXqQg881A =
53github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
64github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
75github.com/stretchr/testify v1.2.2 h1:bSDNvY7ZPG5RlJ8otE/7V6gMiyenm9RtJ7IUVIAoJ1w =
86github.com/stretchr/testify v1.2.2 /go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs =
9- golang.org/x/sys v0.0.0-20190422165155-953cdadca894 h1:Cz4ceDQGXuKRnVBDTS23GTn/pU5OE2C0WrNTOYK1Uuc =
10- golang.org/x/sys v0.0.0-20190422165155-953cdadca894 /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
117golang.org/x/sys v0.0.0-20191026070338-33540a1f6037 h1:YyJpGZS1sBuBCzLAR1VEpK193GlqGZbnPFnPV/5Rsb4 =
128golang.org/x/sys v0.0.0-20191026070338-33540a1f6037 /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
You can’t perform that action at this time.
0 commit comments