mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-22 14:02:22 -05:00
Start of trying to make travis update the readme
This commit is contained in:
parent
0c46f91fac
commit
bcba928f17
2 changed files with 18 additions and 1 deletions
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
|
||||||
|
|
2
ex1.rs
2
ex1.rs
|
@ -1,5 +1,5 @@
|
||||||
// ex1.rs
|
// ex1.rs
|
||||||
// Make me compile!
|
// Make me compile! :)
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
println();
|
println();
|
||||||
|
|
Loading…
Reference in a new issue