From 0e93c7e8093e50b2834b0c62d2ee0db73cb7a481 Mon Sep 17 00:00:00 2001 From: Grzegorz Dziadkiewicz Date: Tue, 15 Mar 2016 15:27:19 +0100 Subject: [PATCH] Added TravisCi and AppVeyor badges. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0479009..55b8f96 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ ## Expression Utilities +Windows: [![Build status](https://ci.appveyor.com/api/projects/status/c9hibcda8b728daa?svg=true)](https://ci.appveyor.com/project/gdziadkiewicz/expressionutils-jl) + + +Linux, IOS: [![Build Status](https://travis-ci.org/gdziadkiewicz/ExpressionUtils.jl.svg?branch=master)](https://travis-ci.org/gdziadkiewicz/ExpressionUtils.jl) Useful functions for working with the Julia `Expr` type.