From bd74a5ef8d3fb727b174212461bead70931b222c Mon Sep 17 00:00:00 2001 From: umarcor Date: Thu, 5 Sep 2019 11:12:16 +0200 Subject: [PATCH] fix(travis): enable go modules globally --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index fca1e69488..4904788cd7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,9 @@ go: - 1.12.x - tip +env: + - GO111MODULE=on + matrix: allow_failures: - go: tip