File: .travis.yml

package info (click to toggle)
rust-separator 0.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 192 kB
  • sloc: makefile: 2
file content (5 lines) | stat: -rw-r--r-- 75 bytes parent folder | download
1
2
3
4
5
language: rust

script:
  - cargo build --verbose
  - cargo test --verbose