summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 7d6826dfcef490e6e509caa6aff0a5b0b46c7e56 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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