File: .travis.yml

package info (click to toggle)
rust-inflate 0.4.5-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 172 kB
  • sloc: makefile: 2
file content (6 lines) | stat: -rw-r--r-- 76 bytes parent folder | download
1
2
3
4
5
6
language: rust
rust:
  - 1.0.0
  - stable
  - nightly
script: cargo test -v