diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 17145972c..856ab44cf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -64,7 +64,8 @@ install: - go get github.com/magefile/mage script: - - go mod download || true + - go mod download + - go mod verify - mage -v test - if [ "$TRAVIS_ARCH" = "amd64" ]; then mage -v check; |