Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,12 @@ matrix:
rust: stable
before_script:
- rustup component add clippy-preview
- cargo clippy --version
- rustup component add rustfmt
- rustfmt --version
script:
- cargo clippy --all-targets --all-features -- -D warnings
- cargo fmt --all -- --check
- cargo test --verbose
- cargo build --release --target $TARGET --locked
<<: *DEPLOY_TO_GITHUB
Expand All @@ -57,8 +61,12 @@ matrix:
rust: nightly
before_script:
- rustup component add clippy-preview
- cargo clippy --version
- rustup component add rustfmt
- rustfmt --version
script:
- cargo clippy --all-targets --all-features -- -D warnings
- cargo fmt --all -- --check
- cargo test --verbose
- cargo build --verbose

Expand All @@ -68,8 +76,12 @@ matrix:
rust: stable
before_script:
- rustup component add clippy-preview
- cargo clippy --version
- rustup component add rustfmt
- rustfmt --version
script:
- cargo clippy --all-targets --all-features -- -D warnings
- cargo fmt --all -- --check
- cargo test --verbose
- cargo build --release --target $TARGET --locked
<<: *DEPLOY_TO_GITHUB
Expand All @@ -88,7 +100,11 @@ matrix:
rust: nightly
before_script:
- rustup component add clippy-preview
- cargo clippy --version
- rustup component add rustfmt
- rustfmt --version
script:
- cargo clippy --all-targets --all-features -- -D warnings
- cargo fmt --all -- --check
- cargo test --verbose
- cargo build --verbose