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:
Bjørn Erik Pedersen 2019-07-17 15:35:31 +02:00
parent 95b1d3013b
commit 58a47ccde0
No known key found for this signature in database
GPG Key ID: 330E6E2BD4859D8F
1 changed files with 1 additions and 1 deletions

View File

@ -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