X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.travis.yml;h=ab7522ff9977e83bcbb59e306f52d5b9f7b4af97;hb=844b5a68d8af4791755b8f0ad293cc99f5959183;hp=0eabb81919e145e1be2a9f62600dfbbdbc7b2472;hpb=e1d511691246f0d26cecacebd2e56854788e7f8e;p=github%2Ffretlink%2Fterraform-provider-statuscake.git diff --git a/.travis.yml b/.travis.yml index 0eabb81..ab7522f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ services: - docker language: go go: -- 1.8.1 + - "1.11.x" install: # This script is used by the Travis build to install a cookie for @@ -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