File: .travis.yml

package info (click to toggle)
rust-roots 0.0.8-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 348 kB
  • sloc: makefile: 4
file content (10 lines) | stat: -rw-r--r-- 176 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
language: rust
sudo: false
script:
  - rustc --version
  - cargo test --verbose
  - cargo bench --verbose
  - cargo doc
notifications:
  email:
    on_success: never