From ee08a6f59dcb713072bee58e5850a757a9896628 Mon Sep 17 00:00:00 2001 From: Andy Nowacki Date: Mon, 4 Feb 2019 10:06:30 +0000 Subject: [PATCH] Add coverage badges to README --- .travis.yml | 3 ++- README.md | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0c61ff4..e757189 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,8 @@ os: - linux julia: - 0.7 - - 1 + - 1.0 + - 1.1 - nightly notifications: email: false diff --git a/README.md b/README.md index a633d5d..b6f8532 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # CIJ.jl +[![Build Status](https://travis-ci.org/anowacki/CIJ.jl.svg?branch=master)](https://travis-ci.org/anowacki/CIJ.jl) +[![Build status](https://ci.appveyor.com/api/projects/status/lki0bk4vrqvrh6qg?svg=true)](https://ci.appveyor.com/project/AndyNowacki/cij-jl) +[![Coverage Status](https://coveralls.io/repos/github/anowacki/CIJ.jl/badge.svg?branch=master)](https://coveralls.io/github/anowacki/CIJ.jl?branch=master) + ## What is CIJ.jl? A [Julia](http://julialang.org) package for dealing with linear elastic constants, with particular applicability to geophysics problems.