diff --git a/.travis.yml b/.travis.yml index e666eb0..eb609d3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,3 @@ -go_import_path: github.com/spf13/viper - language: go env: @@ -19,6 +17,10 @@ matrix: - go: tip fast_finish: true +install: + - gimme 1.14.x + - go mod vendor + script: - go mod tidy - diff -u <(echo -n) <(gofmt -d .)