Skip to content

Commit

Permalink
Disabled GO111MODULE environment variable on CI systems.
Browse files Browse the repository at this point in the history
Now that we're using Go 1.12 everywhere, this environment variable is no
longer necessary to enable Go modules. In Go 1.12, it only enables
module commands outside of a module directory, which we don't need.
  • Loading branch information
xenoscopic committed May 23, 2019
1 parent 94565ad commit d5b8540
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,10 @@ matrix:
- os: osx
osx_image: xcode9.4
env:
- GO111MODULE=on
- MUTAGEN_TEST_END_TO_END=full
- MUTAGEN_TEST_SSH=true
- os: linux
env:
- GO111MODULE=on
- MUTAGEN_TEST_END_TO_END=full
- MUTAGEN_TEST_SSH=true
- MUTAGEN_TEST_DOCKER=true
Expand Down
1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ clone_folder: C:\mutagen
# Set Go versions and environment variables.
environment:
GOROOT: C:\go112
GO111MODULE: "on"
MINGW_PATH: C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1
MUTAGEN_TEST_END_TO_END: "full"
MUTAGEN_TEST_DOCKER: "true"
Expand Down

0 comments on commit d5b8540

Please sign in to comment.