We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 954fc24 commit b0aee5eCopy full SHA for b0aee5e
.travis.yml
@@ -16,6 +16,11 @@ matrix:
16
osx_image: xcode7.3
17
rust: 1.41.0
18
env: FEATURES="exception" IOS_ARCHS="i386 x86_64 armv7 armv7s aarch64"
19
+ - os: linux
20
+ rust: stable
21
+ install:
22
+ - rustup component add rustfmt
23
+ script: cargo fmt --all -- --check
24
sudo: false
25
install: ./travis_install.sh
26
before_script: >
0 commit comments