aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 3f9443d67d7f7605287e0e6b8e1832d2fc40917a (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 && cargo test)