From d2a562aaeb76c8c727b9d7bb36b6c3bf6cb616bb Mon Sep 17 00:00:00 2001 From: Vinta Chen Date: Thu, 8 Jan 2026 16:35:58 +0800 Subject: [PATCH] chore: remove Travis CI configuration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Travis CI is no longer used for this project. 🤖 Generated with Claude Code (https://claude.ai/code) Co-Authored-By: Claude --- .travis.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index e1c0a23d..00000000 --- a/.travis.yml +++ /dev/null @@ -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