move "mage" to a separate module
Move the magefile related files to a submodule, so that it does not become a dependency for logrus itself. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
+4
-3
@@ -9,6 +9,7 @@ os: linux
|
||||
install:
|
||||
- ./travis/install.sh
|
||||
script:
|
||||
- go run mage.go -v crossBuild
|
||||
- go run mage.go -v lint
|
||||
- go run mage.go -v test
|
||||
- cd ci
|
||||
- go run mage.go -v -w ../ crossBuild
|
||||
- go run mage.go -v -w ../ lint
|
||||
- go run mage.go -v -w ../ test
|
||||
|
||||
Reference in New Issue
Block a user