summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 93d6fa0cdd9f1dc0346fecfc09ee04f725cec6a5 (plain)
1
2
3
4
5
6
7
8
9
language: rust
rust:
  - stable
  - nightly

matrix:
  allow_failures:
    - rust: nightly
  fast_finish: true