File: .travis.yml

package info (click to toggle)
rust-ucd-generate 0.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 2,312 kB
  • sloc: sh: 50; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 129 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
dist: trusty
language: rust
rust:
  - 1.36.0
  - stable
  - beta
  - nightly
script: ci/script.sh
branches:
  only:
    - master