From 6b132226ba903c5fd352bf803dbcf88e831bf653 Mon Sep 17 00:00:00 2001 From: Jeff Hui Date: Sat, 2 May 2015 13:41:31 -0700 Subject: [PATCH] Updated ci badge on README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d349f6ef..6b0b8fb36 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Quick is a behavior-driven development framework for Swift and Objective-C. Inspired by [RSpec](https://github.com/rspec/rspec), [Specta](https://github.com/specta/specta), and [Ginkgo](https://github.com/onsi/ginkgo). -[![Build Status](https://travis-ci.org/Quick/Quick.svg?branch=swift-1.1)](https://travis-ci.org/Quick/Quick) +[![Circle CI](https://circleci.com/gh/Quick/Quick/tree/master.svg?style=svg&circle-token=482ef5bdb37766a3f9d4a98704cedc2c4e0f3e3f)](https://circleci.com/gh/Quick/Quick/tree/master) ![](https://raw.githubusercontent.com/Quick/Assets/master/Screenshots/QuickSpec%20screenshot.png)