sourcegraph / go-sourcegraph

https://sourcegraph.com/github.com/sourcegraph/go-sourcegraph
MIT License
42 stars 9 forks source link

Fix Travis build. #80

Closed dmitshur closed 9 years ago

dmitshur commented 9 years ago

It looks like Travis is currently consistently failing. See, e.g., https://travis-ci.org/sourcegraph/go-sourcegraph/builds/86543608.

There are 2 versions of Go in the config, 1.4 and tip. 1.4 is passing, but tip is failing.

We should update 1.4 to 1.5, and either fix, or make tip an allowed failure.

dmitshur commented 9 years ago

This has been resolved via #89.

/cc @rothfels I now know you'll eventually find out about this (but not necessarily the second I write this comment). You'll also not get 2 separate emails because I'm making a comment and closing the issue.

Edit: You'll also see this edit (along with other potential fixes), which wouldn't show up in email notifications.