From e934287bb4529ab3ce7a9d935fc1ce15c281c899 Mon Sep 17 00:00:00 2001 From: Dariusz Ruminski Date: Tue, 16 Dec 2025 00:26:56 +0100 Subject: [PATCH] chore: drop Travis config --- .travis.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 01341d44c..000000000 --- a/.travis.yml +++ /dev/null @@ -1,19 +0,0 @@ -sudo: false - -language: python -python: 3.6 - -cache: - pip: true - -script: - - make it - -deploy: - provider: pages - skip_cleanup: true - github_token: $GITHUB_TOKEN - local_dir: dist - target_branch: master - on: - branch: generator