diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index d32179a..0000000 --- a/.travis.yml +++ /dev/null @@ -1,11 +0,0 @@ -language: rust -rust: - - stable - - beta - - nightly -script: cargo test --verbose -matrix: - allow_failures: - - rust: nightly - fast_finish: true -cache: cargo \ No newline at end of file diff --git a/README.md b/README.md index cadceb5..9dd3b2b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@  -# rustlings 🦀❤️ +# rustlings 🦀❤️ [](https://buildkite.com/mokou/rustlings) Greetings and welcome to `rustlings`. This project contains small exercises to get you used to reading and writing Rust code. This includes reading and responding to compiler messages!