2018-03-04 21:56:03 +00:00
|
|
|
language: rust
|
|
|
|
|
|
|
|
branches:
|
|
|
|
only:
|
|
|
|
- master
|
|
|
|
|
|
|
|
cache:
|
|
|
|
cargo: true
|
|
|
|
|
|
|
|
script:
|
|
|
|
- cargo run --bin generate_readme
|
2018-03-04 22:14:07 +00:00
|
|
|
- git config user.name "Carol (Nichols || Goulding)"
|
|
|
|
- git config user.email "carol.nichols@gmail.com"
|
2018-03-05 15:05:53 +00:00
|
|
|
- git commit -am "Regenerate README"
|
2018-03-05 15:00:53 +00:00
|
|
|
- git remote add upstream "https://$GH_TOKEN@github.com/carols10cents/rustlings.git"
|
|
|
|
- git push -q upstream HEAD:master > /dev/null 2>&1
|
2018-03-04 21:56:03 +00:00
|
|
|
|
|
|
|
notifications:
|
|
|
|
email:
|
|
|
|
on_success: never
|
|
|
|
|