travis: also test alsa backend

This commit is contained in:
herrernst 2016-08-27 23:16:04 +02:00
parent 5a4297551d
commit 202397eb25

View file

@ -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