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

12 lines
323 B
YAML
Raw Normal View History

2018-07-26 16:33:31 +02:00
language: rust
rust:
- stable
- beta
- 1.30.0 # The minimal Rust version we claim we need.
2019-02-05 23:04:05 +01:00
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