diff options
| author | mokou <mokou@posteo.de> | 2020-04-08 12:10:02 +0200 |
|---|---|---|
| committer | fmoko <mokou@posteo.net> | 2020-04-08 12:27:28 +0200 |
| commit | 495174ff7cb8782b25a4c67cb4d7a966ef468b83 (patch) | |
| tree | 8cad79bc11ce74d080e3d331f39607c2b7101e9c | |
| parent | b049fa2c84dba0f0c8906ac44e28fd45fba51a71 (diff) | |
chore: remove travis ci
And add a buildkite build status badge
| -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! |
