travis: check style on stable only

pull/57/head
Florian Dehau 6 years ago
parent 36a5eb2110
commit 464ba4f334

@ -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

Loading…
Cancel
Save