chore: remove travis ci

And add a buildkite build status badge
This commit is contained in:
mokou 2020-04-08 12:10:02 +02:00 committed by fmoko
parent b049fa2c84
commit 495174ff7c
2 changed files with 1 additions and 12 deletions

View File

@ -1,11 +0,0 @@
language: rust
rust:
- stable
- beta
- nightly
script: cargo test --verbose
matrix:
allow_failures:
- rust: nightly
fast_finish: true
cache: cargo

View File

@ -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!