aboutsummaryrefslogtreecommitdiff
path: root/development/tools/cargo-workspace2/.travis.yml
blob: 4c9b688766d0e069c7e1b95aac6009914241b8a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
language: rust

cache: cargo

rust:
- stable
- beta
- nightly

matrix:
  allow_failures:
  - rust: nightly
  fast_finish: true

script:
- cargo build --verbose --all
- cargo test --verbose --all