Fixing Issue in Telescope

November 21, 2020

I have worked on this issue in Telescope project. Telescope uses TravisCI for its Continuous Integration. It also uses CircleCI and Github Actions. Telescope was having some issues with TravisCI and wanted to remove it.

The task was not very complicated. TravisCI is configured with a travis.yml file. All I needed to do was to remove this file and any other references to TravisCI within the project. There were not too many references. Once everything is cleaned up, I opened a PR and it was soon merged into the project.

I learned about TravisCI doing this PR.