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

Reorganize TravisCI build config to fix cross-platform builds #6

Merged
merged 1 commit into from
Oct 9, 2018
Merged

Conversation

theag3nt
Copy link
Contributor

@theag3nt theag3nt commented Oct 6, 2018

The issue in #4 was caused by the platform-specific dependencies of logrus.

This could've been solved by simply adding an extra go get for the missing dependency (see sirupsen/logrus#824), but as I was already editing the Travis build config, I reorganized it to delegate more steps to the build matrix and pull the correct dependencies for each platform.

The result should be a bit more future proof builds for the project.

Fixes #3 and fixes #4.

@invisiblethreat invisiblethreat merged commit 5ed7c5e into invisiblethreat:master Oct 9, 2018
@invisiblethreat
Copy link
Owner

Many thanks @theag3nt! This is my only project using TravisCI, so the helping hand here really will make things easier in the future!

@theag3nt theag3nt deleted the travis-builds branch October 9, 2018 15:56
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.

Unmet dependency for Windows client TravisCI considers Go 1.10 in the config to be Go 1.1 when building
2 participants