From 3b6d9718ffe4f4bd70fc957d50a72efc5bb8adc2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= <git@maximilian-kessler.de>
Date: Sun, 24 Oct 2021 10:37:26 +0200
Subject: [PATCH] remove travis config

---
 .travis.yml | 46 ----------------------------------------------
 README.md   |  1 -
 2 files changed, 47 deletions(-)
 delete mode 100644 .travis.yml

diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 02b2b62..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,46 +0,0 @@
-sudo: true
-dist: bionic
-language: python
-cache: apt
-
-addons:
-  apt:
-    packages:
-      - tree
-      - latexmk
-      - biber
-      - make
-
-install:
-    - pip install GitPython
-      
-script:
-    - source ./.travis/get_build_repo_from_origin.sh
-    - source ./.travis/travis_build.sh
-
-deploy:
-    - provider: pages
-      skip-cleanup: true
-      github-token: $GITHUB_TOKEN
-      local-dir: build/
-      keep-history: false
-      on:
-        branch: master
-    - provider: releases
-      api_key: $GITHUB_TOKEN
-      skip_cleanup: true
-      file: $TRAVIS_BUILD_DIR/build/LatexPackages.zip
-      on:
-          tags: true
-    - provider: pages
-      edge: true
-      github-token: $GITHUB_TOKEN
-      local-dir: build/LatexPackagesBuild
-      repo: kesslermaximilian/LatexPackagesBuild
-      commiter_from_gh: true
-      allow_empty_commit: true
-      target_branch: $TRAVIS_BRANCH-build
-      commit_message: $COMMIT_MSG
-      on:
-          all_branches: true
-          condition: $TRAVIS_PULL_REQUEST = false
diff --git a/README.md b/README.md
index 0c35438..d2d96c0 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,3 @@
-[![Build Status](https://api.travis-ci.com/kesslermaximilian/LatexPackages.svg)](https://app.travis-ci.com/github/kesslermaximilian/LatexPackages)
 # Latex Packages
 
 #### Rework in progress