File: .travis.yml

package info (click to toggle)
rust-boxfnonce 0.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 136 kB
  • sloc: makefile: 4
file content (10 lines) | stat: -rw-r--r-- 151 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
language: rust
rust:
  - stable
  - beta
  - nightly
matrix:
  allow_failures:
    - rust: nightly
after_success:
  - './.travis/travis-doc-upload.sh'