diff options
| -rw-r--r-- | .travis.yml | 11 | ||||
| -rw-r--r-- | README.md | 2 |
2 files changed, 1 insertions, 12 deletions
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 @@ -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! |
