iced-mobile/.travis.yml
Héctor Ramón Jiménez 9b65481faf Disable cache in Travis CI
It seems to slow down the build considerably.
2019-09-16 14:30:53 +02:00

16 lines
285 B
YAML

language: rust
rust:
- stable
- beta
- nightly
matrix:
allow_failures:
- rust: nightly
fast_finish: true
before_install:
- |
if [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then
sudo apt-get -qq update
sudo apt-get install -y libasound2-dev libudev-dev
fi