summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 814e54ff23ca5db32ad27975b9ff93800ab4a7f5 (plain)
1
2
3
4
5
6
7
language: rust
rust:
  - stable
  - beta
  - nightly
cache:
  cargo: true