aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 093f7aa69fd1e2f4287e9d128391fed1dad6a4ae (plain) (blame)
1
2
3
4
5
6
7
8
sudo: false
language: rust
rust:
  - stable
  - beta
  - nightly
script:
  - cd testing && cargo test