mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
parent
08d14113b6
commit
c7f057797c
1 changed files with 2 additions and 3 deletions
|
@ -16,9 +16,8 @@ matrix:
|
||||||
- go: tip
|
- go: tip
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
install:
|
install:
|
||||||
- go get github.com/magefile/mage
|
- env GO111MODULE=on go get github.com/magefile/mage
|
||||||
- mage -v vendor
|
script:
|
||||||
script:
|
|
||||||
- mage -v test
|
- mage -v test
|
||||||
- mage -v check
|
- mage -v check
|
||||||
- mage -v hugo
|
- mage -v hugo
|
||||||
|
|
Loading…
Reference in a new issue