From 7136c7f993fd78f13ea8d65b2535d3ada8345f0c Mon Sep 17 00:00:00 2001 From: Andrii Radyk Date: Sat, 16 Nov 2019 23:02:45 +0100 Subject: [PATCH] remove travis configuration and update readme build status --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 12882634..b6c68362 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Rust Runtime for AWS Lambda +[![Build Status](https://github.com/awslabs/aws-lambda-rust-runtime/workflows/Rust/badge.svg)](https://github.com/awslabs/aws-lambda-rust-runtime/actions) + This package makes it easy to run AWS Lambda Functions written in Rust. This workspace includes multiple crates: - [![Docs](https://docs.rs/lambda_runtime_client/badge.svg)](https://docs.rs/lambda_runtime_client) **`lambda-runtime-client`** is a client SDK for the Lambda Runtime APIs. You probably don't need to use this crate directly!