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 master build by executing rubocop separately in CI #196

Merged
merged 1 commit into from
Dec 9, 2020
Merged

Conversation

exterm
Copy link

@exterm exterm commented Dec 8, 2020

rubocop's version requirements are a bit broken for the version we're testing older versions of erblint against. The fix is easy: run rubocop without the strict version restrictions we use when running erblint's test suite.

This should also make the build faster by only running rubocop once instead of 6 times (each entry in the build matrix).

This problem came up in #194, as that PR inherits the red build from master.

@exterm exterm self-assigned this Dec 8, 2020
@exterm
Copy link
Author

exterm commented Dec 8, 2020

OMG travis is slow these days

@exterm exterm merged commit 2b01d49 into master Dec 9, 2020
@exterm exterm deleted the fix-rubocop branch December 9, 2020 16:31
@exterm exterm temporarily deployed to production January 5, 2021 08:42 Inactive
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.

3 participants