Skip to content

Commit

Permalink
Fix Travis CI failure
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Nov 9, 2020
1 parent f9de956 commit e58d8e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -7,10 +7,10 @@ rust:
env:
matrix:
include:
- rust: nightly
- rust: stable
env: SYNTAX_CHECK=1
install:
- cargo install --force rustfmt-nightly
- rustup component add rustfmt
script:
- cargo fmt -- --check

Expand Down

0 comments on commit e58d8e4

Please sign in to comment.