File: .travis.yml

package info (click to toggle)
rust-thread-id 4.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 132 kB
  • sloc: makefile: 4
file content (10 lines) | stat: -rw-r--r-- 239 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
language: rust

rust:
  # Test the minimum supported version, the current version at the time of
  # writing, and the moving targets beta and nightly, but not every single
  # version in between.
  - 1.34.2
  - 1.50.0
  - beta
  - nightly