.travis.yml 144 B

1234567
  1. language: rust
  2. cache: cargo
  3. before_script:
  4. - rustup component add rustfmt-preview
  5. script:
  6. - bash ./fmt.sh -- --write-mode=diff
  7. - bash ./test.sh