Skip to content

Commit

Permalink
Add CI step to check formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
madsmtm committed May 28, 2021
1 parent 954fc24 commit 8ab6b6e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ matrix:
osx_image: xcode7.3
rust: 1.41.0
env: FEATURES="exception" IOS_ARCHS="i386 x86_64 armv7 armv7s aarch64"
- os: linux
rust: stable
script: cargo fmt --all -- --check
sudo: false
install: ./travis_install.sh
before_script: >
Expand Down

0 comments on commit 8ab6b6e

Please sign in to comment.