Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Oct 6, 2019
1 parent 23faf30 commit 3fab632
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,24 @@ rust:
matrix:
include:
- env: RUSTFMT
rust: 1.35.0 # `stable`: Locking down for consistent behavior
rust: 1.38.0 # `stable`: Locking down for consistent behavior
install:
- rustup component add rustfmt
script:
- cargo fmt --all -- --check
- env: CodeGen
rust: 1.35.0 # `stable`: Locking down for consistent behavior
rust: 1.38.0 # `stable`: Locking down for consistent behavior
install:
- rustup component add rustfmt
script:
- cargo run --package typos-codegen -- --input typos-dict/assets/words.csv --output typos-dict/src/dict_codegen.rs --check
- env: RUSTFLAGS="-D warnings"
rust: 1.35.0 # `stable`: Locking down for consistent behavior
rust: 1.38.0 # `stable`: Locking down for consistent behavior
install:
script:
- cargo check --tests --all
- env: CLIPPY
rust: 1.35.0 # `stable`: Locking down for consistent behavior
rust: 1.38.0 # `stable`: Locking down for consistent behavior
install:
- rustup component add clippy
script:
Expand Down

0 comments on commit 3fab632

Please # to comment.