Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
emabee committed Aug 30, 2020
1 parent 9fc6415 commit 0286392
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- rust: nightly
- os: windows
include:
- if: rust = statble
- if: rust = stable
script:
- rustup component add rustfmt
- cargo fmt --all -- --check
Expand All @@ -33,4 +33,4 @@ jobs:
script:
- cargo build --release
- cargo build --release --no-default-features
- cargo build --release --all-feature
- cargo build --release --all-features

0 comments on commit 0286392

Please sign in to comment.