performancecopilot / speed

A Go implementation of the PCP instrumentation API
MIT License
37 stars 6 forks source link

shouldn't have to 'go get' vendor packages in travis #2

Closed suyash closed 8 years ago

suyash commented 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

suyash commented 8 years ago

had completely forgotten about go install :sweat_smile:, fixed in 4d9547fc8951d4d35c5ae6f76c3586ed7c9ffcaa, keeping the go get with the removed -d for now, seems simpler