From 202397eb2519ca3d9200d19e744a89f0ee596e70 Mon Sep 17 00:00:00 2001 From: herrernst Date: Sat, 27 Aug 2016 23:16:04 +0200 Subject: [PATCH] travis: also test alsa backend --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 5b8ab9ce..8051fceb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,6 +32,7 @@ script: - cargo build --no-default-features --features "with-syntex facebook" - cargo build --no-default-features --features "with-syntex portaudio-backend" - cargo build --no-default-features --features "with-syntex pulseaudio-backend" + - cargo build --no-default-features --features "with-syntex alsa-backend" - cargo build --no-default-features --features "with-syntex" --target armv7-unknown-linux-gnueabihf # Building without syntex only works on nightly