X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.travis.yml;h=ab7522ff9977e83bcbb59e306f52d5b9f7b4af97;hb=844b5a68d8af4791755b8f0ad293cc99f5959183;hp=e85a5f222bef2f26d0fe1c190c9237a885e7f614;hpb=303b299eeb6b06e939e35905e4b34cb410dd9dc3;p=github%2Ffretlink%2Fterraform-provider-statuscake.git diff --git a/.travis.yml b/.travis.yml index e85a5f2..ab7522f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,11 +12,9 @@ install: # packages that live there. # See: https://github.com/golang/go/issues/12933 - bash scripts/gogetcookie.sh -- go get github.com/kardianos/govendor script: - make test -- make vendor-status - make vet - make website-test @@ -27,3 +25,5 @@ matrix: fast_finish: true allow_failures: - go: tip +env: + - GOFLAGS=-mod=vendor GO111MODULE=on