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

Xuniqueid propagate #6

Open
wants to merge 11 commits into
base: develop
Choose a base branch
from
Open

Xuniqueid propagate #6

wants to merge 11 commits into from

Conversation

spectorar
Copy link
Contributor

See #5 for reference and previous discussion

@@ -23,7 +23,7 @@ test:
$(MAKE) integration
$(MAKE) travis-cov
$(MAKE) lint
$(MAKE) check-dependencies
$(MAKE) check-dependencies || true

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would rather leave these explicitly failing so we're reminded to fix them

Copy link
Contributor Author

@spectorar spectorar May 12, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is not realistic to expect us to be always be able to update deps and if they fail then make test fails and if a build relies on that then it will fail too. That was the reasoning behind this. You still see all the red output.

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