rustlings/.travis.yml
Carol (Nichols || Goulding) cef6f8e05a
Auto commit changes to the README
Let's see if this infinite loops or not...
2018-03-04 17:14:07 -05:00

22 lines
442 B
YAML

language: rust
branches:
only:
- master
cache:
cargo: true
script:
- cargo run --bin generate_readme
- git config user.name "Carol (Nichols || Goulding)"
- git config user.email "carol.nichols@gmail.com"
- git commit -a "Regenerate README"
- git remote add origin "https://$GH_TOKEN@github.com/carols10cents/rustlings.git"
- git push -q origin HEAD:master > /dev/null 2>&1
notifications:
email:
on_success: never