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

Travis tests fail running on the bare module skeleton #94

Open
Rovanion opened this issue Nov 14, 2015 · 2 comments
Open

Travis tests fail running on the bare module skeleton #94

Rovanion opened this issue Nov 14, 2015 · 2 comments

Comments

@Rovanion
Copy link

Looking at the following test results generated by travis for an empty skeleton generated by this repository: https://travis-ci.org/Rovanion/test-module

It seems as if the dependency named rainbow no longer supports ruby < 1.9.2 and as of such the tests fail. I'm not sure if the right course of action is to remove support for older ruby versions, and with that support for Debian 6 and I assume a lot of Red Hat versions, or to in some way specify that we want an older version of rainbow for the older ruby versions.

@garethr
Copy link
Owner

garethr commented Nov 14, 2015

Ah, good spot. I'm happy to see that pinned for the moment.

@Rovanion
Copy link
Author

But since rainbow is a dependency rubocop and specifying that we want a lower version ends up with a dependency error. The lowest version of rainbow rubocop allows is 1.99.1 and pinning that has the same effect I'm afraid: https://travis-ci.org/Rovanion/test-module/jobs/91128360

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