diff --git a/.travis.yml b/.travis.yml index bc77542d..a5d8c939 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,9 @@ go: - '1.12.x' env: - - GO111MODULE=on + global: + - GO111MODULE=on + - GOFLAGS=-mod=vendor before_install: - sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-6 90