From 0492c9d53670994c5ed14bf630bea25a5efc219a Mon Sep 17 00:00:00 2001
From: gerrymanoim
Date: Tue, 10 Mar 2020 18:44:11 -0400
Subject: [PATCH] Updated build bad to GH actions.
---
README.rst | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.rst b/README.rst
index 4437eb46..3bdb0050 100644
--- a/README.rst
+++ b/README.rst
@@ -3,10 +3,10 @@
Alphalens
=========
-.. image:: https://travis-ci.org/quantopian/alphalens.svg?branch=master
- :target: https://travis-ci.org/quantopian/alphalens
-
-
+.. image:: https://github.com/quantopian/alphalens/workflows/CI/badge.svg
+ :alt: GitHub Actions status
+ :target: https://github.com/quantopian/alphalens/actions?query=workflow%3ACI+branch%3Amaster
+
Alphalens is a Python Library for performance analysis of predictive
(alpha) stock factors. Alphalens works great with the
`Zipline `__ open source backtesting library, and