Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
shouldn't have to 'go get' vendor packages in travis #2
Comments
suyash
added
the
help wanted
label
Jul 12, 2016
|
had completely forgotten about |
suyash
closed this
Jul 14, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
suyash commentedJul 12, 2016
https://github.com/performancecopilot/speed/blob/master/.travis.yml#L16-L18
go vendoring works by default for go1.6+, and does work locally, but for some reason, not on travis