Files
rustysecrets-cli/.travis.yml
2018-02-14 16:17:05 +01:00

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