From 66827d4eaca65b7951613d9b7bd809c8d4dbaa95 Mon Sep 17 00:00:00 2001 From: Laurent Rene de Cotret Date: Sun, 8 Dec 2024 15:41:58 -0500 Subject: [PATCH] Remove travis build status --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 73f9e17b..fa5e2173 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ repa ==== -[![Build Status](https://travis-ci.org/tmcdonell/repa.svg?branch=master)](https://travis-ci.org/tmcdonell/repa) - Repa provides high performance, regular, multi-dimensional, shape polymorphic parallel arrays. All numeric data is stored unboxed. Functions written with the Repa combinators are automatically parallel provided you supply +RTS -Nwhatever on the command line when running the program.