llamadb/.travis.yml
2019-06-28 22:01:04 +03:00

18 lines
237 B
YAML

language: rust
rust: nightly
allow_failures:
- rust: nightly
cache: cargo
before_script:
- rustup component add rustfmt-preview --toolchain nightly
script:
- cargo fmt --all -- --check -v
- cargo build -v
- cargo test -v