Files
bizinikiwi-bn/.travis.yml
T
Nikolay Volf b1611b623e Add cargo check in CI (#17)
I think `cargo test` alone might leak std features?
2020-01-21 04:40:50 -08:00

7 lines
134 B
YAML

language: rust
script:
- cargo test --release
- cargo test --release --no-default-features
- cargo check --no-default-features