mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-17 21:01:26 +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
|
||||
- go get github.com/magefile/mage
|
||||
script:
|
||||
- go mod download
|
||||
- go mod download || true
|
||||
- mage -v test
|
||||
- mage -v check
|
||||
- mage -v hugo
|
||||
|
Reference in New Issue
Block a user