mirror of
https://github.com/clap-rs/clap
synced 2024-11-11 07:14:15 +00:00
de7d10af4c
Run the python based --release mode tests as well. They are mainly concerned with user facing messages, which are as important as the internal tests run `cargo test`.
16 lines
494 B
YAML
16 lines
494 B
YAML
language: rust
|
|
rust:
|
|
- nightly
|
|
- beta
|
|
before_script:
|
|
- pip install 'travis-cargo<0.2' --user && export PATH=$HOME/.local/bin:$PATH
|
|
script:
|
|
- travis-cargo build
|
|
- travis-cargo test
|
|
- make -C clap-tests test
|
|
- travis-cargo doc
|
|
after_success:
|
|
- travis-cargo --only beta doc-upload
|
|
env:
|
|
global:
|
|
secure: JLBlgHY6OEmhJ8woewNJHmuBokTNUv7/WvLkJGV8xk0t6bXBwSU0jNloXwlH7FiQTc4TccX0PumPDD4MrMgxIAVFPmmmlQOCmdpYP4tqZJ8xo189E5zk8lKF5OyaVYCs5SMmFC3cxCsKjfwGIexNu3ck5Uhwe9jI0tqgkgM3URA=
|