Skip to content

Remove dead Travis CI files, vestigial .template, and fix double-running CI#14

Merged
jnasbyupgrade merged 2 commits into
masterfrom
remove-dead-travis-files
Jul 25, 2026
Merged

Remove dead Travis CI files, vestigial .template, and fix double-running CI#14
jnasbyupgrade merged 2 commits into
masterfrom
remove-dead-travis-files

Conversation

@jnasbyupgrade

@jnasbyupgrade jnasbyupgrade commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

.travis.yml and pg-travis-test.sh are the old Travis CI setup, fully superseded by .github/workflows/ci.yml - nothing references either of them anymore. .template just contains the literal word "sql", added in the project's very first commit (2015) and never read by any pgxntool script since (checked all of pgxntool/*.sh and *.mk) - vestigial scaffolding output from a much older pgxntool version.

Also fixes ci.yml's on: [push, pull_request] firing CI twice for the same commit on any PR whose head branch lives in this repo (not a fork) - once for the push event, once for the pull_request event - which is what let a flaky Docker Hub pull timeout on one duplicate run show red next to an identical green run on this very PR. Restricts the push trigger to master (matching cat_tools' own ci.yml); pull_request still covers every PR regardless of where its branch lives.

.travis.yml and pg-travis-test.sh are the old Travis CI setup, fully
superseded by .github/workflows/ci.yml - nothing references either of them
anymore. .template just contains the literal word "sql", added in the
project's very first commit (2015) and never read by any pgxntool script
since (checked all of pgxntool/*.sh and *.mk) - vestigial scaffolding output
from a much older pgxntool version.
@coderabbitai

coderabbitai Bot commented Jul 24, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 0c2869a8-5aed-461d-9eb8-ab966d06ecad

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch remove-dead-travis-files

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@jnasbyupgrade
jnasbyupgrade marked this pull request as ready for review July 24, 2026 23:10
on: [push, pull_request] fires CI twice for the same commit on any PR whose
head branch lives in this repo (not a fork) - once for the push event, once
for the pull_request event - which is what let one flaky run show red next
to an identical green run on PR #14. Restrict the push trigger to master
(matching cat_tools' own ci.yml); pull_request still covers every PR
regardless of where its branch lives.
@jnasbyupgrade jnasbyupgrade changed the title Remove dead Travis CI files and vestigial .template Remove dead Travis CI files, vestigial .template, and fix double-running CI Jul 25, 2026
@jnasbyupgrade
jnasbyupgrade merged commit 9176d31 into master Jul 25, 2026
10 checks passed
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.

1 participant