mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05: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:
parent
95b1d3013b
commit
58a47ccde0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue