rustlings/.travis.yml
2018-03-04 16:56:03 -05:00

18 lines
173 B
YAML

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