Skip to content

Commit

Permalink
Merge pull request #73 from taiki-e/rustfmt
Browse files Browse the repository at this point in the history
Fix Travis CI failure
  • Loading branch information
Detegr committed Jan 8, 2021
2 parents f9de956 + e58d8e4 commit 69d1d03
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 69d1d03

Please sign in to comment.