@ -4,9 +4,13 @@ rust:
- beta
- nightly
before_script:
- rustup component add rustfmt-preview
- bash -c 'if [[ "$TRAVIS_RUST_VERSION" == "nightly*" ]]; then
rustup component add rustfmt-preview
fi'
script:
- cargo fmt --all -- --check
cargo fmt --all -- --check
- cargo build
- cargo test
matrix: