File: .travis.yml

package info (click to toggle)
rust-rusty-fork 0.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 200 kB
  • sloc: makefile: 4
file content (10 lines) | stat: -rw-r--r-- 95 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
language: rust
sudo: false
dist: trusty
rust:
- 1.32.0
- stable
- beta
- nightly

cache: cargo