-
Notifications
You must be signed in to change notification settings - Fork 11
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
Integrates CircleCI for continuous integration #45
Integrates CircleCI for continuous integration #45
Conversation
Deprecating Travis CI as a continuous integration service
9bb7079
to
af1becd
Compare
@jrgriffiniii Why the complicated workflow? Are we getting something from separating bundle/lint from everything else? |
5637066
to
ad38431
Compare
Since this gem requires an engine cart generate and multiple ruby versions being tested, I think it makes sense to have a separate build (bundle, lint, generate) job from the test jobs. Hyrax separates out the lint step so it can run in parallel to the generate step. I'm not sure if it is really worth it for this gem given it is much smaller than hyrax. |
Coveralls didn't report back. Did you add the COVERALLS_REPO_TOKEN to the CircleCI environment variables @jrgriffiniii ? |
e04e444
to
6837910
Compare
6837910
to
95ce17d
Compare
Coveralls is now reporting for this. |
Resolves #44