File: .travis.yml

package info (click to toggle)
rust-proc-macro-crate-1 1.3.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 136 kB
  • sloc: makefile: 2
file content (8 lines) | stat: -rw-r--r-- 68 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
language: rust

cache: cargo

rust:
  - stable
  - beta
  - nightly