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