diff --git a/.travis.yml b/.travis.yml index eb3bafc..95f4e40 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,18 +8,8 @@ sudo: - false os: - - linux - osx -addons: - apt: - packages: - - libsndfile-dev - - libsamplerate-dev - - libfftw3-dev - - vamp-plugin-sdk - - ladspa-sdk - cache: directories: - $HOME/Library/Caches/Homebrew diff --git a/README.md b/README.md index bfcc98f..56cc643 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,8 @@ tempo and pitch of an audio recording independently of one another. CI builds: -* [![Build Status](https://travis-ci.org/breakfastquay/rubberband.svg?branch=master)](https://travis-ci.org/breakfastquay/rubberband) (Linux, macOS, iOS) +* [![Build status](https://builds.sr.ht/~breakfastquay/rubberband.svg)](https://builds.sr.ht/~breakfastquay/rubberband?) (Linux) +* [![Build Status](https://travis-ci.org/breakfastquay/rubberband.svg?branch=master)](https://travis-ci.org/breakfastquay/rubberband) (macOS, iOS) * [![Build Status](https://ci.appveyor.com/api/projects/status/hhhhpf718jwhpyf6?svg=true)](https://ci.appveyor.com/project/breakfastquay/rubberband) (Windows)