-
Notifications
You must be signed in to change notification settings - Fork 1k
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
A question about the letuce CI project view #1914
Comments
Travis CI has switched to a more commercial model with a set of free minutes for OSS projects. We're not using Travis CI anymore as it creates a lot of hassle and we need to clean up the CI descriptors. |
Thanks for your attention. Recently, I was compiling lettuce. I found the number and coverage of test cases that I executed using mvn test and directly executed using make test-coverage PROFILE=${PROFILE:-ci}" in .travis.yml. |
Yes, there is at https://github.com/lettuce-io/lettuce-core#building. However, it doesn't say which packages to install because each platform and each linux distro uses different package names. |
Thanks for your reply, I've compiled it successfully. I found the cause of the problem above, and the "build" connection is now pointed tohttps://www.travis-ci.com/lettuce-io/lettuce-coreIf this address is used, 404 will be reported, but |
Removing our TravisCI integration after TravisCI has switched to a commercial-only subscription model making it next to impossible for unfunded open source projects to continue using TravisCI. Limits imposed by TravisCI are exceeded easily and that pushes each project that hits the limits either into a subscription or a temporarily suspended CI state. None is desirable hence we're removing the integration entirely.
Removing our TravisCI integration after TravisCI has switched to a commercial-only subscription model making it next to impossible for unfunded open source projects to continue using TravisCI. Limits imposed by TravisCI are exceeded easily and that pushes each project that hits the limits either into a subscription or a temporarily suspended CI state. None is desirable hence we're removing the integration entirely.
Removing our TravisCI integration after TravisCI has switched to a commercial-only subscription model making it next to impossible for unfunded open source projects to continue using TravisCI. Limits imposed by TravisCI are exceeded easily and that pushes each project that hits the limits either into a subscription or a temporarily suspended CI state. None is desirable hence we're removing the integration entirely.
Removed TravisCI. |
Bug Report
Current Behavior
I'm concerned about the whole lettuce build, so I wanted to look at the lettuce build project and see that lettuce useshttps://www.travis-ci.com/lettuce-io/lettuce-coreaddress to build, but I couldn't find anything after I linked it through the README.md link,The interface reports 404, but I clicked the codecov next to it and found that the link is available, please check whether this is a problem?
Stack trace
If you go through this link, the 404 interface will appear. I confirm that you have logged in to travis-ci and associate github with travis-ci.
I'm not sure if it's my operation or if the link is really unavailable, please check it out.
The text was updated successfully, but these errors were encountered: