Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify travis-ci build #5219

Closed
wants to merge 1 commit into from

Commits on Sep 15, 2018

  1. Simplify travis-ci build

    This change avoids the need to copy the source out of the GOPATH by
    applying GO111MODULE=on as an environment variable. Additionally, avoids
    issues with parallel module downloads (see golang/go#26794 and
    golang/go#27372) by running 'go mod download' during the install step.
    wfscheper committed Sep 15, 2018
    Configuration menu
    Copy the full SHA
    9992078 View commit details
    Browse the repository at this point in the history