From 01b183b105087aa3fe9e5a8a5703b9610d24e71e Mon Sep 17 00:00:00 2001 From: Dustin Oprea Date: Mon, 1 Jun 2020 00:29:19 -0400 Subject: [PATCH] .travis.yml: Bugfix for no module support in CI Tip of dependency is broken and it was affecting us: https://github.com/go-errors/errors/issues/27 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 853d17c..1911eb7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,8 @@ go: - "1.12" - "1.11" - "1.10" +env: + - GO111MODULE=on install: - go get -t ./... - go get github.com/mattn/goveralls