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

Fix CI. #103

Merged
merged 3 commits into from
Apr 16, 2018
Merged

Fix CI. #103

merged 3 commits into from
Apr 16, 2018

Conversation

dmitshur
Copy link
Contributor

@dmitshur dmitshur commented Apr 14, 2018

This PR fixes CI by updating travis config, by dropping Go 1.4, fixing vet and ssh issues, and most importantly, disabling hg implementation tests because they are not functional at this time (see issue #104).

Remove make test target, move it directly into .travis.yml. It's more
readable and easier to do go test ./... than to read Makefile and see
that make test does the same thing.

Remove 1.4 target because it's very old.

Remove machinery to move the repository into the right place in GOPATH;
this can be replaced by the (relatively) new go_import_path Travis
option.
go test runs a subset of vet and needs these issues to be fixed.

Modern version of ssh package errors if HostKeyCallback is not
specified.
This should allow the working git tests to produce a green CI status,
until the hg implementation is restored.

Updates #104.
@dmitshur
Copy link
Contributor Author

This PR is ready now. /cc @sqs @slimsag

@keegancsmith keegancsmith merged commit d5c79b0 into sourcegraph:master Apr 16, 2018
@keegancsmith
Copy link
Member

Thanks!

@dmitshur dmitshur deleted the fix-ci branch April 16, 2018 07:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants