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