File: .travis.yml

package info (click to toggle)
rust-bytesize 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 104 kB
  • sloc: makefile: 2
file content (7 lines) | stat: -rw-r--r-- 183 bytes parent folder | download
1
2
3
4
5
6
7
language: rust
before_script:
  - rustup component add rustfmt-preview
script:
  - cargo fmt --all -- --write-mode=diff
  - cargo build --verbose --all
  - cargo test --verbose --all