File: .travis.yml

package info (click to toggle)
rust-unicode-normalization 0.1.24-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 840 kB
  • sloc: python: 414; makefile: 4
file content (17 lines) | stat: -rw-r--r-- 355 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
language: rust
rust:
  - 1.36.0
  - stable
  - nightly
sudo: false
script:
  - cargo build --verbose
  - cargo test --verbose
  - cargo test --verbose --no-default-features
  - cargo package
  - cd target/package/unicode-normalization-*
  - cargo test --verbose
  - cargo test --verbose --no-default-features
notifications:
  email:
    on_success: never