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 8ab6b6eCopy full SHA for 8ab6b6e
.travis.yml
@@ -16,6 +16,9 @@ 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
+ script: cargo fmt --all -- --check
22
sudo: false
23
install: ./travis_install.sh
24
before_script: >
0 commit comments