You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
355 B
18 lines
355 B
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
|