Skip to content

Commit

Permalink
travis: Ignore errors in go mod download
Browse files Browse the repository at this point in the history
It sometimes fails with 502 errors, but the dependency download later when tests are run.
  • Loading branch information
bep committed Jul 17, 2019
1 parent 95b1d30 commit 58a47cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 58a47cc

Please sign in to comment.