You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rustlings/.travis.yml

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