This repository has been archived on 2023-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
rustlings-exercises-completed/.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