mirror of
https://github.com/clap-rs/clap
synced 2024-12-16 15:52:44 +00:00
11 lines
136 B
YAML
11 lines
136 B
YAML
|
language: rust
|
||
|
sudo: false
|
||
|
env:
|
||
|
global:
|
||
|
- RUST_BACKTRACE=1
|
||
|
cache: cargo
|
||
|
|
||
|
matrix:
|
||
|
include:
|
||
|
- rust: nightly
|
||
|
- rust: stable
|