iced-yoda/.travis.yml

17 lines
298 B
YAML
Raw Normal View History

2019-07-20 19:12:31 +02:00
language: rust
rust:
- stable
- beta
- nightly
matrix:
allow_failures:
- rust: nightly
fast_finish: true
cache: cargo
2019-07-21 12:43:28 +02:00
before_install:
- |
if [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then
sudo apt-get -qq update
sudo apt-get install -y libasound2-dev libudev-dev
fi