File: .travis.yml

package info (click to toggle)
rust-brotli-decompressor 4.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,276 kB
  • sloc: python: 8; makefile: 4
file content (15 lines) | stat: -rw-r--r-- 207 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
language: rust
rust:
  - nightly
  - stable
  - 1.12.0

os:
  - linux
  - osx

script:
  - cargo test
  - cargo test --features=unsafe --release
  - cargo test --no-default-features
  - cargo test --release