language: rust rust: stable cache: cargo before_script: (cargo install rustfmt || true) sudo: false git: depth: 1 script: - ci/run-travis.sh