From 4f16b1d4552545f09f6354828f8f8f5c9da6dd07 Mon Sep 17 00:00:00 2001 From: Max Schmitt <max@schmitt.mx> Date: Sun, 19 May 2019 21:50:07 +0200 Subject: [PATCH] fix: Go modules in Travis --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 78419df..2a2fa0e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,9 @@ language: go go: - stable +env: + global: + - GO111MODULE=on before_deploy: # Create binaries for many OSs and architures as tarballs. -- GitLab