From ad43a24558a59d7c5af563230e8e7759a085ef29 Mon Sep 17 00:00:00 2001
From: mokou <mokou@posteo.de>
Date: Wed, 8 Apr 2020 12:10:02 +0200
Subject: [PATCH] chore: remove travis ci

And add a buildkite build status badge
---
 .travis.yml | 11 -----------
 README.md   |  2 +-
 2 files changed, 1 insertion(+), 12 deletions(-)
 delete mode 100644 .travis.yml

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!