From: Bjørn Erik Pedersen Date: Wed, 17 Jul 2019 13:35:31 +0000 (+0200) Subject: travis: Ignore errors in go mod download X-Git-Tag: v0.56.0~19 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=58a47ccde00e2425364eaa5c2123e0718a2ee3f2;p=brevno-suite%2Fhugo travis: Ignore errors in go mod download It sometimes fails with 502 errors, but the dependency download later when tests are run. --- diff --git a/.travis.yml b/.travis.yml index 30d58247..2eaad6b5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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