Start of trying to make travis update the readme
This commit is contained in:
parent
0c46f91fac
commit
bcba928f17
17
.travis.yml
Normal file
17
.travis.yml
Normal file
@ -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
|
||||||
|
|
Reference in New Issue
Block a user