From a5fb7ac82039153c630c8a2ad36922d62cb49786 Mon Sep 17 00:00:00 2001 From: Ludvig af Klinteberg Date: Fri, 7 Sep 2018 11:13:32 -0700 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 89ccbdc..7523c18 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # FINUFFT.jl +[![Build Status](https://travis-ci.org/ludvigak/FINUFFT.jl.svg?branch=master)](https://travis-ci.org/ludvigak/FINUFFT.jl) + This is a Julia interface to [FINUFFT](https://github.com/flatironinstitute/finufft), a lightweight and fast nonuniform FFT (nufft) library released by the Flatiron Institute. ## Installation @@ -47,4 +49,4 @@ See [test/runtests.jl](test/runtests.jl) ## TODO * Implement advanced interface -* Test on Max OS X (specifically, fix osx building on Travis CI) \ No newline at end of file +* Test on Max OS X (specifically, fix osx building on Travis CI)