diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 6ce422e8c..000000000 --- a/.travis.yml +++ /dev/null @@ -1,51 +0,0 @@ -language: rust -sudo: true -cache: cargo - -addons: - apt: - packages: - - python3 - - python3-pip - - epubcheck - -# Rust 1.38 and above supports the new Cargo.lock format -# https://github.com/rust-lang/cargo/pull/7579 - -rust: -- stable -- beta -- nightly - -jobs: - allow_failures: - - rust: nightly - fast_finish: true - -os: -- linux - -script: -- cargo build --verbose --workspace -- cargo test --verbose --workspace - -after_success: -- test "$TRAVIS_PULL_REQUEST" == "false" && test "$TRAVIS_BRANCH" == "master" && test - "$TRAVIS_RUST_VERSION" == "stable" && bash ci/github_pages.sh - -before_deploy: -- bash ci/before_deploy.sh - -deploy: - provider: releases - api_key: - secure: V2TQ3SV3kiqSGEcEGFUtUkBhMrU5m/jGF0p5n1hjLOUHi1tbczevb25hslfQLzq067Q2MXWiQz93jVCPMEE45lTJiOUsfB37uBsdF667RMGYw2lYxpWsiS5vgi9blHsJYNqJJNcp7+kR5T/hZIvX7JALYz/bCxP9JDBu32EFu5ubCPtqKJ/KYDXovWqtZMYFwJqoDi9gaGjF4xtURUHkrtnOFDwAgBuVwO2OR7E6nJGe/vOJ9zbwqeTN5+s/EOy7bzwLAhVrjFxCfBTUV10t1BMdQMmx+lp9TXsMt3TTfbSSG43fazum/qIi6eWV6Trmjij4LQU/QUNfXW6akvhgW5cX3uFX+BndOc8Am11Tfg2NtIZ5AYYhGvys6BU1pfwU90Yr/oIpKd/4oXzTnK1t7en6r0z2jhrEHGuwaYvKXedX+S/4YHcSG9pBXoihgNESe/Az13wF0s6XZsErLBxUlJRzaSAtOpo22TkUpZl0eQNpX2rFf1J6uzQkh/1RhpM8ty9f2pqMy//CjIeNoF8SgL/LW0UaLVmn+I83IgGkeRWrfJICWme7k54nA98eEIE2wf682hhbSGljRcO7s1F+fts4Mut6UtW4Rzf27hgQQat4KKyVst/u5b52lPaAKjkd2MLdCl+9TQ7hfua8W8590GAIydc8WKkuMlBCx1zuvKI= - file: "${PROJECT_NAME}-${TRAVIS_TAG}-${TRAVIS_OS_NAME}.tar.gz" - skip_cleanup: true - on: - condition: "$TRAVIS_RUST_VERSION = stable" - tags: true - -notifications: - email: - on_success: never diff --git a/Cargo.toml b/Cargo.toml index 848c3eab5..de3efd0ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,6 @@ edition = "2021" sign-commit = true [badges] -travis-ci = { repository = "Michael-F-Bryan/mdbook-epub", branch = "master" } maintenance = { status = "actively-developed" } [[bin]] diff --git a/README.md b/README.md index cfc7205a2..fba29bc06 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # MDBook EPUB Backend - - [![Build Status](https://travis-ci.org/Michael-F-Bryan/mdbook-epub.svg?branch=master)](https://travis-ci.org/Michael-F-Bryan/mdbook-epub) - [![Build status](https://ci.appveyor.com/api/projects/status/94a37o6ffioapgoo/branch/master?svg=true)](https://ci.appveyor.com/project/blandger/mdbook-epub/branch/master) - [![Rust](https://github.com/blandger/mdbook-epub/actions/workflows/rust.yml/badge.svg)](https://github.com/blandger/mdbook-epub/actions/workflows/rust.yml)