surwiki/.travis.yml

14 lines
158 B
YAML
Raw Normal View History

2017-08-21 17:08:22 +03:00
language: rust
rust:
- stable
- beta
- nightly
matrix:
allow_failures:
- rust: nightly
cache: cargo
before_cache:
- chmod -R a+r $HOME/.cargo