1
0
Fork 0
mirror of https://github.com/kotovalexarian/jsonapis.rs.git synced 2025-04-21 17:52:45 -04:00
jsonapis.rs/.travis.yml
2021-09-28 15:40:38 +05:00

11 lines
187 B
YAML

language: rust
rust: [stable, beta, nightly]
env:
- FEATURES=''
- FEATURES='--no-default-features'
install: cargo build --verbose $FEATURES
script: cargo test --verbose $FEATURES