aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 985555efd1f009e61f2024aae004fb19fcd1f136 (plain)
1
2
3
4
5
6
7
8
9
language: rust
sudo: false
rust:
  - stable
  - beta
  - nightly
script:
  - (cd codegen && cargo test)
  - (cd lib && cargo test)