Skip to content

Commit 8ab6b6e

Browse files
committed
Add CI step to check formatting
1 parent 954fc24 commit 8ab6b6e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ matrix:
1616
osx_image: xcode7.3
1717
rust: 1.41.0
1818
env: FEATURES="exception" IOS_ARCHS="i386 x86_64 armv7 armv7s aarch64"
19+
- os: linux
20+
rust: stable
21+
script: cargo fmt --all -- --check
1922
sudo: false
2023
install: ./travis_install.sh
2124
before_script: >

0 commit comments

Comments
 (0)