Closed suyash closed 8 years ago
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
had completely forgotten about go install :sweat_smile:, fixed in 4d9547fc8951d4d35c5ae6f76c3586ed7c9ffcaa, keeping the go get with the removed -d for now, seems simpler
go install
go get
-d
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