Start of trying to make travis update the readme
This commit is contained in:
parent
0c46f91fac
commit
bcba928f17
|
@ -0,0 +1,17 @@
|
|||
language: rust
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
|
||||
cache:
|
||||
cargo: true
|
||||
|
||||
script:
|
||||
- cargo run --bin generate_readme
|
||||
- git diff
|
||||
|
||||
notifications:
|
||||
email:
|
||||
on_success: never
|
||||
|
Loading…
Reference in New Issue