aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 0a747e0ddf305644423a85f2d149051a971e9ce6 (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