File: .travis.yml

package info (click to toggle)
rust-statistical 1.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 160 kB
  • sloc: makefile: 4
file content (5 lines) | stat: -rw-r--r-- 88 bytes parent folder | download
1
2
3
4
5
language: rust
script:
  - cargo build --verbose
  - cargo test --verbose
  - cargo doc