only do rustfmt on nightly
This commit is contained in:
+6
-2
@@ -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
|
||||
- bash -c 'if [[ "$TRAVIS_RUST_VERSION" == "nightly*" ]]; then
|
||||
cargo fmt --all -- --check
|
||||
fi'
|
||||
- cargo build
|
||||
- cargo test
|
||||
matrix:
|
||||
|
||||
Reference in New Issue
Block a user