rustlings/.travis.yml

18 lines
173 B
YAML
Raw Normal View History

language: rust
branches:
only:
- master
cache:
cargo: true
script:
- cargo run --bin generate_readme
- git diff
notifications:
email:
on_success: never