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

Unable to successfully install lll under Golang 1.5 within Travis CI #3

Closed
wchrisjohnson opened this issue Aug 12, 2016 · 6 comments
Closed

Comments

@wchrisjohnson
Copy link

I'm trying to get a PR I've put up to successfully get thru Travis for Go 1.5:
https://travis-ci.org/antonlindstrom/pgstore/jobs/151870208

It appears this package isn't installing properly. I'm not clear whether this is an issue with your package in some way, or the gometalinter package which is installing it. Could you give some direction wrt that please?

Thank you!

@wchrisjohnson
Copy link
Author

bump - anyone?

@walle
Copy link
Owner

walle commented Aug 15, 2016

Sorry abot the late reply. Looks like it is the lll package from the logs.
Will take a look at it. Thanks for reporting!

On 15 Aug 2016 21:40, "Chris Johnson" notifications@github.com wrote:

bump - anyone?


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#3 (comment), or mute
the thread
https://github.com/notifications/unsubscribe-auth/AALqoDBb-pkStIjKBWjLuG7ESN0i7es8ks5qgMCwgaJpZM4JjTly
.

@wchrisjohnson
Copy link
Author

Thanks @walle !!

@walle
Copy link
Owner

walle commented Aug 15, 2016

Hi @wchrisjohnson I think I figured out the issue. The only build that fails is for go 1.5, this is because I'm vendoring the dependencies for lll, which is only available since go 1.6.
One thing you could try is to use/set the GO15VENDOREXPERIMENT=1 environment variable for the build on go 1.5.

@wchrisjohnson
Copy link
Author

Yep - this worked for me - thanks!

@walle
Copy link
Owner

walle commented Aug 17, 2016

No problem, glad it worked out for you!

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

No branches or pull requests

2 participants