summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 5c5f42a52f2f661520681b0e14c4ad65b5054bae (plain)
1
2
3
4
5
6
7
8
9
10
language: rust
sudo: false
rust:
  - stable
  - beta
  - nightly
matrix:
  allow_failures:
    - rust: beta
    - rust: nightly