summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml11
-rw-r--r--README.md2
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
diff --git a/README.md b/README.md
index cadceb5..9dd3b2b 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
![crab pet](https://i.imgur.com/LbZJgmm.gif)
-# rustlings 🦀❤️
+# rustlings 🦀❤️ [![Build status](https://badge.buildkite.com/7af93d81dc522c67a1ec8e33ff5705861b1cb36360b774807f.svg)](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!