File: .travis.yml

package info (click to toggle)
rust-rustfilt 0.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 116 kB
  • sloc: makefile: 15
file content (13 lines) | stat: -rw-r--r-- 200 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
language: rust
cache: cargo
rust:
  - stable
  - beta
  - nightly
script:
  - cargo build --verbose
  - RUST_BACKTRACE=1 cargo test --verbose
sudo: false
matrix:
  allow_failures:
    - rust: nightly