diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index d936a26..0000000 --- a/.travis.yml +++ /dev/null @@ -1,23 +0,0 @@ -language: rust -rust: -# MSRV -- 1.36.0 - -# Stable release channel -- stable - -cache: cargo - -matrix: - fast_finish: true - -before_script: -- rustup component add clippy -- rustup component add rustfmt -- sudo apt-get update -- sudo apt-get -y install libasound2-dev - -script: -- cargo clippy --all -- -D warnings -- cargo test --all -- cargo fmt --all -- --check diff --git a/README.md b/README.md index a6b5ff2..b96efcc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Sonant-rs -[![Build Status](https://travis-ci.org/parasyte/sonant-rs.svg?branch=master)](https://travis-ci.org/parasyte/sonant-rs) +[![Crates.io](https://img.shields.io/crates/v/sonant)](https://crates.io/crates/sonant "Crates.io version") +[![Documentation](https://img.shields.io/docsrs/sonant)](https://docs.rs/sonant "Documentation") +[![GitHub actions](https://img.shields.io/github/actions/workflow/status/parasyte/sonant-rs/ci.yml?branch=main)](https://github.com/parasyte/sonant-rs/actions "CI") [![unsafe forbidden](https://img.shields.io/badge/unsafe-forbidden-success.svg)](https://github.com/rust-secure-code/safety-dance/) A Rust port of the [Sonant 4K synth](http://www.pouet.net/prod.php?which=53615) with streaming support.