aboutsummaryrefslogblamecommitdiff
path: root/.travis.yml
blob: dd69f92c34f036da87c74a4cc958047ad5c7a62e (plain) (tree)
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
cache: cargo
before_install:
  - sudo apt-get -y install libaio-dev
script:
  - cargo build --verbose --all
  - cargo test --release --verbose --all