From c5471b69f81688a5c00bae51556dcf8430030f30 Mon Sep 17 00:00:00 2001 From: BlackBeans Date: Sun, 7 Feb 2021 17:45:38 +0100 Subject: [PATCH] [README] Added travis CI logo --- README => README.md | 2 ++ 1 file changed, 2 insertions(+) rename README => README.md (82%) diff --git a/README b/README.md similarity index 82% rename from README rename to README.md index 4351c33..da1c969 100644 --- a/README +++ b/README.md @@ -5,6 +5,8 @@ |_.__/ \___| \__,_| |_| |_| |___/ +[![Build Status](https://travis-ci.com/TheBlackBeans/beans.svg?branch=rust-dev)](https://travis-ci.com/TheBlackBeans/beans) + Beans is a dynamic programing language, which means its syntax may change during compilation time, and adapts to different type of compilation different syntaxes require. It may handle static typing as dynamic typing.