Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2019-07-17 16:35:31 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2019-07-17 16:35:31 +0300
commit58a47ccde00e2425364eaa5c2123e0718a2ee3f2 (patch)
tree2578bf95eabc0f1dd6d3196747e7efb9fff8a23a
parent95b1d3013b4717f8b02093a99d1d0c4a6a1ca929 (diff)
travis: Ignore errors in go mod download
It sometimes fails with 502 errors, but the dependency download later when tests are run.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 30d58247a..2eaad6b5e 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