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

12 lines
323 B
YAML

language: rust
rust:
- stable
- beta
- 1.30.0 # The minimal Rust version we claim we need.
before_script:
# Get clippy-preview if clippy is not available for 1.30.0 not to break
- rustup component add clippy || rustup component add clippy-preview
script:
- cargo clippy -- -D warnings
- cargo test --verbose