From ef91d0998fde285333368cb76532e0ce302a7627 Mon Sep 17 00:00:00 2001 From: Kevin Deisz Date: Mon, 6 Mar 2017 10:48:25 -0500 Subject: [PATCH] Convert travis icon to public --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ce19fd22..789c29e4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ODBCAdapter -[![Build Status](https://travis-ci.com/localytics/odbc_adapter.svg?token=kQUiABmGkzyHdJdMnCnv&branch=master)](https://travis-ci.com/localytics/odbc_adapter) +[![Build Status](https://travis-ci.org/localytics/odbc_adapter.svg?branch=master)](https://travis-ci.org/localytics/odbc_adapter) An ActiveRecord ODBC adapter. Master branch is working off of Rails 5.0.1. Previous work has been done to make it compatible with Rails 3.2 and 4.2; for those versions use the 3.2.x or 4.2.x gem releases.