ci: Add "go mod download" to CI scripts - hugo - [fork] hugo port for 9front
(HTM) git clone git@git.drkhsh.at/hugo.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Submodules
(DIR) README
(DIR) LICENSE
---
(DIR) commit cf47f43ff12ca5f5ea851a8b6761b19b5e4d4eba
(DIR) parent 3b6bd1210a2792c51c34b9c655cb8b7e9a0f15d7
(HTM) Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Date: Mon, 24 Sep 2018 10:31:59 +0200
ci: Add "go mod download" to CI scripts
To hopefully make them less flaky.
Diffstat:
M .travis.yml | 1 +
M appveyor.yml | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
---
(DIR) diff --git a/.travis.yml b/.travis.yml
@@ -22,6 +22,7 @@ install:
- cd $HOME/src/hugo
- go get github.com/magefile/mage
script:
+- go mod download
- mage -v test
- mage -v check
- mage -v hugo
(DIR) diff --git a/appveyor.yml b/appveyor.yml
@@ -17,6 +17,7 @@ install:
- go get github.com/magefile/mage
build_script:
+ - go mod download
- mage hugoRace
- mage -v check
- hugo -s docs/