[Travis] Build examples

This commit is contained in:
ashthespy 2019-11-08 09:58:43 +01:00
parent 09eef912cc
commit 1719ffc906

View file

@ -35,6 +35,7 @@ before_script:
script:
- cargo build --locked --no-default-features
- cargo build --locked --examples
- 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"