File: .travis.yml

package info (click to toggle)
rust-secstr 0.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 156 kB
  • sloc: makefile: 2
file content (16 lines) | stat: -rw-r--r-- 281 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
jobs:
  include:
    - os: linux
      arch: amd64
    - os: linux
      arch: arm64
    - os: linux
      arch: ppc64le
    - os: osx
    - os: windows
sudo: false
language: rust
script: cargo test --verbose && cargo test --verbose --features "serde"
rust:
  - stable
  - nightly