diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 5608bc6..0000000 --- a/.travis.yml +++ /dev/null @@ -1,42 +0,0 @@ -language: rust -sudo: false -cache: cargo - -matrix: - allow_failures: - - rust: nightly - - os: windows - fast_finish: true - - include: - - rust: stable - - - name: "Clippy" - rust: nightly - before_script: rustup component add clippy-preview - script: cargo clippy --all - - - name: "rustfmt" - rust: stable - before_script: rustup component add rustfmt-preview - script: cargo fmt --all -- --check - - - name: "warnings" - rust: stable - script: cargo check --all - - - name: "release" - rust: stable - script: - - cargo build --verbose --all --release - - cargo test --verbose --all --release - - cargo doc --verbose --all --release - - - os: osx - osx_image: xcode10 - - os: windows - -script: -- cargo build --all --verbose -- cargo test --all --verbose -- cargo doc --all --verbose \ No newline at end of file diff --git a/Cargo.toml b/Cargo.toml index 838f14f..4a6d7c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,6 @@ include = [ edition = "2021" [badges] -travis-ci = { repository = "gwihlidal/meshopt-rs" } maintenance = { status = "actively-developed" } [dependencies] diff --git a/README.md b/README.md index db1cac8..5a7318c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ meshopt ======== -[![meshopt on travis-ci.com](https://travis-ci.com/gwihlidal/meshopt-rs.svg?branch=master)](https://travis-ci.com/gwihlidal/meshopt-rs) [![Latest version](https://img.shields.io/crates/v/meshopt.svg)](https://crates.io/crates/meshopt) [![Documentation](https://docs.rs/meshopt/badge.svg)](https://docs.rs/meshopt) [![](https://tokei.rs/b1/github/gwihlidal/meshopt-rs)](https://github.com/gwihlidal/meshopt-rs)