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
9
9
install :
10
10
- ./travis/install.sh
11
11
script :
12
- - go run mage.go -v crossBuild
13
- - go run mage.go lint
14
- - go run mage.go 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
2
2
3
3
require (
4
4
github.com/davecgh/go-spew v1.1.1 // indirect
5
- github.com/magefile/mage v1.10.0
6
5
github.com/pmezard/go-difflib v1.0.0 // indirect
7
6
github.com/stretchr/testify v1.2.2
8
7
golang.org/x/sys v0.0.0-20191026070338-33540a1f6037
Original file line number Diff line number Diff line change 1
1
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
2
2
github.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 =
5
3
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
6
4
github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
7
5
github.com/stretchr/testify v1.2.2 h1:bSDNvY7ZPG5RlJ8otE/7V6gMiyenm9RtJ7IUVIAoJ1w =
8
6
github.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 =
11
7
golang.org/x/sys v0.0.0-20191026070338-33540a1f6037 h1:YyJpGZS1sBuBCzLAR1VEpK193GlqGZbnPFnPV/5Rsb4 =
12
8
golang.org/x/sys v0.0.0-20191026070338-33540a1f6037 /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
You can’t perform that action at this time.
0 commit comments