chore: remove Travis CI configuration

Travis CI is no longer used for this project.

🤖 Generated with Claude Code (https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Vinta Chen
2026-01-08 16:35:58 +08:00
parent 0d53c4f0f1
commit d2a562aaeb

View File

@@ -1,18 +0,0 @@
language: python
python:
- "3.6"
script:
- python sort.py
- cp README.md docs/index.md
- mkdocs build
deploy:
provider: pages
local-dir: site
skip-cleanup: true
keep-history: true
github-token: $GITHUB_TOKEN
on:
branch: master