mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-18 21:11:19 +02:00
travis: Ignore errors in go mod download
It sometimes fails with 502 errors, but the dependency download later when tests are run.
This commit is contained in:
@@ -30,7 +30,7 @@ install:
|
|||||||
- cd $HOME/src/hugo
|
- cd $HOME/src/hugo
|
||||||
- go get github.com/magefile/mage
|
- go get github.com/magefile/mage
|
||||||
script:
|
script:
|
||||||
- go mod download
|
- go mod download || true
|
||||||
- mage -v test
|
- mage -v test
|
||||||
- mage -v check
|
- mage -v check
|
||||||
- mage -v hugo
|
- mage -v hugo
|
||||||
|
Reference in New Issue
Block a user