Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@tomghuang
Copy link
Contributor

We've switched to GitHub Workflow, so we don't need any Travis CI settings.

@tomghuang tomghuang requested a review from Copilot May 23, 2025 17:47
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR removes all Travis CI configuration files now that GitHub Workflows are in place.

  • Deleted Travis CI scripts and config
  • Cleared .travis directory content

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
.travis/run.sh Removed deprecated Travis CI run script
.travis/install.sh Removed deprecated Travis CI install script
.travis.yml Removed Travis CI configuration file
Comments suppressed due to low confidence (3)

.travis/run.sh:1

  • [nitpick] Since the script is fully removed, consider deleting run.sh and the empty .travis directory to clean up the repository.
#!/bin/bash

.travis/install.sh:1

  • [nitpick] The install.sh script is now empty; you can remove this file and the .travis folder entirely for clarity.
#!/bin/bash

.travis.yml:1

  • [nitpick] With all Travis config removed, delete .travis.yml to avoid empty or unused config files in the repo.
env:

@tomghuang tomghuang merged commit d2e31b8 into master May 23, 2025
3 checks passed
@tomghuang tomghuang deleted the fix-remove-travis-ci branch May 23, 2025 17:49
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