rust-analyzer/.travis.yml
2018-02-17 01:05:07 +03:00

16 lines
263 B
YAML

language: rust
matrix:
include:
- rust: stable
before_script:
- rustup component add rustfmt-preview
script:
- cargo fmt --all -- --write-mode=diff
- cargo test
branches:
only:
- staging
- master
- trying