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

14 lines
236 B
YAML

language: rust
os:
- linux
- windows
rust:
- stable
- beta
- 1.34.0 # The minimal Rust version we claim we need.
before_script:
- rustup component add clippy
script:
- cargo clippy -- -D warnings
- cargo test --verbose