From d513ffd1925bbb6d8f44c6d8576ac6e5ab740c4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Friedrich=20Gro=C3=9Fe?= Date: Thu, 30 May 2019 14:56:19 +0200 Subject: [PATCH] Force TravisCI to run tests using dependencies from the go.mod file --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 9b9d774..f541340 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,6 +18,9 @@ addons: services: - xvfb +env: + - GO111MODULE=on + go: - tip - 1.12.x