mirror of
https://github.com/rust-lang/rustlings
synced 2024-11-10 06:34:20 +00: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
|
||||
// Make me compile!
|
||||
// Make me compile! :)
|
||||
|
||||
fn main() {
|
||||
println();
|
||||
|
|
Loading…
Reference in a new issue