From 08e88d64390632d6497e62bc837f1813371bc913 Mon Sep 17 00:00:00 2001 From: ashthespy Date: Thu, 18 Jul 2019 13:27:14 +0200 Subject: [PATCH] travis: Add `rodio` & `sdl` to tests --- .travis.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 064afc5e..6a28f10a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,8 @@ addons: - libc6-dev-armhf-cross - libpulse-dev - portaudio19-dev + - libasound2-dev + - libsdl2-dev before_script: - mkdir -p ~/.cargo @@ -25,9 +27,12 @@ script: - cargo build --locked --no-default-features - cargo build --locked --no-default-features --features "with-tremor" - cargo build --locked --no-default-features --features "with-vorbis" + - cargo build --locked --no-default-features --features "alsa-backend" - cargo build --locked --no-default-features --features "portaudio-backend" - cargo build --locked --no-default-features --features "pulseaudio-backend" - - cargo build --locked --no-default-features --features "alsa-backend" + - cargo build --locked --no-default-features --features "jackaudio-backend" + - cargo build --locked --no-default-features --features "rodio-backend" + - cargo build --locked --no-default-features --features "sdl-backend" - cargo build --locked --no-default-features --target armv7-unknown-linux-gnueabihf notifications: