From 464ba4f334fb694ec7f9634c136ee08a9211acd1 Mon Sep 17 00:00:00 2001 From: Florian Dehau Date: Sun, 6 May 2018 13:15:37 +0200 Subject: [PATCH] travis: check style on stable only --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d7fdac2d..fe408c67 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,6 +16,6 @@ before_script: - rustup component add rustfmt-preview script: - - make fmt + - if [ "$TRAVIS_RUST_VERSION" == "stable" ]; then make fmt; fi - make build - make test