1
0
mirror of https://github.com/NLnetLabs/routinator.git synced 2024-05-19 06:50:04 +00:00
nlnetlabs-routinator/.travis.yml

20 lines
328 B
YAML
Raw Normal View History

2018-07-26 16:33:31 +02:00
language: rust
2019-02-15 12:15:58 +01:00
os:
- linux
- windows
2018-07-26 16:33:31 +02:00
rust:
- stable
- beta
2019-06-03 20:24:26 +02:00
- nightly
- 1.34.0 # The minimal Rust version we claim we need.
2019-06-03 20:24:26 +02:00
matrix:
allow_failures:
- rust: nightly
fast_finish: true
2019-02-05 23:04:05 +01:00
before_script:
- rustup component add clippy
2019-02-05 23:04:05 +01:00
script:
- cargo clippy -- -D warnings
- cargo test --verbose
2019-08-14 13:22:10 +02:00
#cache: cargo