mirror of
https://github.com/mii443/rustysecrets-cli.git
synced 2025-08-22 08:15:50 +00:00
22 lines
247 B
YAML
22 lines
247 B
YAML
language: rust
|
|
|
|
os:
|
|
- linux
|
|
- osx
|
|
|
|
rust:
|
|
- stable
|
|
- beta
|
|
- nightly
|
|
|
|
cache: cargo
|
|
|
|
before_cache:
|
|
# Travis can't cache files that are not readable by "others"
|
|
- chmod -R a+r $HOME/.cargo
|
|
|
|
matrix:
|
|
allow_failures:
|
|
- rust: nightly
|
|
|