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

ci: remove Travis CI workflow #67

Merged
merged 1 commit into from
Dec 13, 2024

Conversation

MikeMcC399
Copy link
Contributor

Issue

  • The CI workflow defined by .travis.yml is outdated and unused.
  • The README badge Build Status links to https://travis-ci.org/indexzero/ps-tree which displays the message "This repository may not exist or you may need to Sign in". The badge itself displays an "unknown" status.
  • CI checks on Linux and osx (now macOS) are now carried out with the GitHub Actions workflow ci-test.yml

Change

  1. Remove the .travis.yml workflow.
  2. Replace the build: status badge in the README file using a badge linked to the functioning GitHub Actions workflow https://github.com/indexzero/ps-tree/actions/workflows/ci-test.yml build status

Reference

Adding a workflow status badge

Follow-on action

@MikeMcC399

This comment was marked as outdated.

Copy link
Collaborator

@nelsonic nelsonic left a comment

Choose a reason for hiding this comment

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

Thanks for removing the .travis.yml file as their service no longer supports older versions of Node.js
Build Status

@nelsonic nelsonic merged commit 635e1c3 into indexzero:master Dec 13, 2024
12 checks passed
@MikeMcC399 MikeMcC399 deleted the remove/ci-travis branch December 13, 2024 17:35
@MikeMcC399
Copy link
Contributor Author

@MikeMcC399

Thanks for removing the .travis.yml file

You are welcome!

as their service no longer supports older versions of Node.js

I believe that Travis CI was failing because there was no longer an active subscription to the service. AFAIK they support all available versions of Node.js, which includes older ones.

@nelsonic
Copy link
Collaborator

@MikeMcC399 since Travis CI was sold to Private Equity
https://techcrunch.com/2019/01/23/idera-acquires-travis-ci/ 🤦‍♂️
they have gone downhill and broken the builds of many Open Source projects ... 💔
We had to remove from many repos: dwyl/learn-travis#67 😢
PE has to make their profits/bonuses so they cut the "freeloaders" (that helped build the service...!) ✂️
So now GitHub Actions CI is all we use. ✅

Again, thanks for helping to spring-clean / update this project. 👌

@MikeMcC399
Copy link
Contributor Author

@nelsonic

Thanks for the background on Travis CI! Now I know why they don't get used in Open Source repos anymore.

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