File: .travis.yml

package info (click to toggle)
rust-assert 0.7.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 96 kB
  • sloc: makefile: 4
file content (10 lines) | stat: -rw-r--r-- 97 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
language: rust
sudo: false

rust:
  - stable
  - beta
  - nightly

notifications:
  email: false