summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 53b265ac5f80f8e010ae4187404094357649a9e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
language: rust
rust:
  - stable
  - beta
  - nightly
script: cargo test --verbose -- --test-threads=1
matrix:
  allow_failures:
    - rust: nightly
  fast_finish: true
cache: cargo