hoc/.travis.yml
2019-04-21 14:03:04 +02:00

18 lines
167 B
YAML

language: rust
rust:
- stable
- beta
- nightly
cache:
- cargo
matrix:
allow_failures:
- rust: nightly
notifications:
email:
on_failure: always