From 92484bf1d777247cbe08f3f329805237e7e5c209 Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Sat, 2 Feb 2019 22:15:32 +0000 Subject: [PATCH] Travis-CI: go modules support --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index fb56bec..5e83ee3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,11 @@ addons: services: - docker +env: + - GO111MODULE=on + +install: true + before_script: - cd $GOPATH/src/github.com/jollheef/out-of-tree/tools/qemu-debian-img - ./bootstrap.sh