You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ut...@apache.org on 2019/06/26 17:34:22 UTC

[mynewt-newt] 05/06: Remove GO111MODULE env from travis-ci

This is an automated email from the ASF dual-hosted git repository.

utzig pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-newt.git

commit 8a9da9e9775c0664204680385e72c01d9f487dde
Author: Fabio Utzig <ut...@apache.org>
AuthorDate: Mon Jun 24 09:20:51 2019 -0300

    Remove GO111MODULE env from travis-ci
---
 .travis.yml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index fff286a..6a16105 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -39,9 +39,6 @@ matrix:
     - os: osx
       osx_image: xcode9.2
 
-env:
-  - GO111MODULE=on
-
 before_install:
   - printenv
   - export GOPATH=$HOME/gopath