Start of trying to make travis update the readme

This commit is contained in:
Carol (Nichols || Goulding) 2018-03-04 16:56:03 -05:00
parent 0c46f91fac
commit bcba928f17
No known key found for this signature in database
GPG Key ID: D04B39A6CA243902
2 changed files with 18 additions and 1 deletions

17
.travis.yml Normal file
View 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

2
ex1.rs
View File

@ -1,5 +1,5 @@
// ex1.rs
// Make me compile!
// Make me compile! :)
fn main() {
println();