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

14 lines
236 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
- 1.34.0 # The minimal Rust version we claim we need.
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